Home
last modified time | relevance | path

Searched refs:solibFolder (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkGdbLaunchDelegate.java260 IPath solibFolder = project.getLocation().append("obj/local").append(compatAbi.getAbi()); in doLaunch() local
262 pull(device, "/system/bin/app_process", solibFolder); //$NON-NLS-1$ in doLaunch()
263 pull(device, "/system/lib/libc.so", solibFolder); //$NON-NLS-1$ in doLaunch()
371 private void pull(IDevice device, String remote, IPath solibFolder) throws in pull() argument
374 String targetFile = solibFolder.append(remoteFileName).toString(); in pull()