Home
last modified time | relevance | path

Searched defs:remotePath (Results 1 – 3 of 3) sorted by relevance

/development/tools/ddms/libs/ddmlib/src/com/android/ddmlib/
DSyncService.java558 private SyncResult doPullFile(String remotePath, String localPath, in doPullFile()
666 private SyncResult doPush(File[] fileArray, String remotePath, ISyncProgressMonitor monitor) { in doPush()
706 private SyncResult doPushFile(String localPath, String remotePath, in doPushFile()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DAndroidLaunchController.java934 private boolean installPackage(DelayedLaunchInfo launchInfo, final String remotePath, in installPackage()
969 String remotePath, InstallRetryMode retryMode) throws IOException { in checkInstallResult()
1071 private String doInstall(DelayedLaunchInfo launchInfo, final String remotePath, in doInstall()
/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DDeviceExplorer.java540 String remotePath; in pushIntoSelection() local