Home
last modified time | relevance | path

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

/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
DBaseFileHandler.java78 final String localFilePath = fileDialog.open(); in promptAndPull() local
79 if (localFilePath != null) { in promptAndPull()
83 sync.pullFile(remoteFilePath, localFilePath, monitor); in promptAndPull()
108 String localFilePath = fileDialog.open(); in promptAndSave() local
109 if (localFilePath != null) { in promptAndSave()
111 saveFile(data, new File(localFilePath)); in promptAndSave()
117 localFilePath, in promptAndSave()
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DDevice.java529 public String syncPackageToDevice(String localFilePath) in syncPackageToDevice() argument
532 String packageFileName = getFileName(localFilePath); in syncPackageToDevice()
543 sync.pushFile(localFilePath, remoteFilePath, SyncService.getNullProgressMonitor()); in syncPackageToDevice()
DIDevice.java406 public String syncPackageToDevice(String localFilePath) in syncPackageToDevice() argument