Searched defs:pull (Results 1 - 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
H A DNdkGdbLaunchDelegate.java258 // pull app_process & libc from the device
261 pull(device, "/system/bin/app_process", solibFolder); //$NON-NLS-1$
262 pull(device, "/system/lib/libc.so", solibFolder); //$NON-NLS-1$
352 private void pull(IDevice device, String remote, IPath solibFolder) throws method in class:NdkGdbLaunchDelegate
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
H A DSyncService.java34 * Sync service class to push/pull to/from devices/emulators, through the debug bridge.
155 * Opens the sync connection. This must be called before any calls to push[File] / pull[File].
233 * @param entries the remote item(s) to pull
244 public void pull(FileEntry[] entries, String localPath, ISyncProgressMonitor monitor) method in class:SyncService
433 * @param entries The list of entry to pull
452 // get type (we only pull directory and files for now)

Completed in 146 milliseconds