Searched refs:localFilePath (Results 1 – 3 of 3) sorted by relevance
78 final String localFilePath = fileDialog.open(); in promptAndPull() local79 if (localFilePath != null) { in promptAndPull()83 sync.pullFile(remoteFilePath, localFilePath, monitor); in promptAndPull()108 String localFilePath = fileDialog.open(); in promptAndSave() local109 if (localFilePath != null) { in promptAndSave()111 saveFile(data, new File(localFilePath)); in promptAndSave()117 localFilePath, in promptAndSave()
529 public String syncPackageToDevice(String localFilePath) in syncPackageToDevice() argument532 String packageFileName = getFileName(localFilePath); in syncPackageToDevice()543 sync.pushFile(localFilePath, remoteFilePath, SyncService.getNullProgressMonitor()); in syncPackageToDevice()
406 public String syncPackageToDevice(String localFilePath) in syncPackageToDevice() argument