HomeSort by relevance Sort by last modified time
    Searched refs:remotePath (Results 1 - 5 of 5) sorted by null

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
SyncService.java 472 * @param remotePath the remote file (length max is 1024)
479 private void doPullFile(String remotePath, String localPath,
487 byte[] remotePathContent = remotePath.getBytes(AdbHelper.DEFAULT_ENCODING);
572 * @param remotePath
579 private void doPush(File[] fileArray, String remotePath, ISyncProgressMonitor monitor)
589 String dest = remotePath + "/" + f.getName(); // $NON-NLS-1S
596 String remoteFile = remotePath + "/" + f.getName(); // $NON-NLS-1S
607 * @param remotePath the remote file (length max is 1024)
614 private void doPushFile(String localPath, String remotePath,
622 byte[] remotePathContent = remotePath.getBytes(AdbHelper.DEFAULT_ENCODING)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java     [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceExplorer.java 572 String remotePath;
575 remotePath = entry.getFullPath();
578 remotePath = toRefresh.getFullPath();
581 pushFile(fileName, remotePath);
    [all...]
  /cts/tools/host/src/com/android/cts/
TestDevice.java 945 * @param remotePath The remote path.
947 public void pushFile(String localPath, String remotePath) {
949 mSyncService.pushFile(localPath, remotePath, new PushMonitor());
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 147 milliseconds