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.java259 IPath solibFolder = project.getLocation().append("obj/local").append(compatAbi.getAbi()); in doLaunch() local
261 pull(device, "/system/bin/app_process", solibFolder); //$NON-NLS-1$ in doLaunch()
262 pull(device, "/system/lib/libc.so", solibFolder); //$NON-NLS-1$ in doLaunch()
352 private void pull(IDevice device, String remote, IPath solibFolder) throws in pull() argument
355 String targetFile = solibFolder.append(remoteFileName).toString(); in pull()