Searched refs:destPath (Results 1 – 1 of 1) sorted by relevance
220 private File getDestinationFile(IBuildInfo buildInfo, String destPath) { in getDestinationFile() argument227 destinationFile = new File(destinationFile, destPath); in getDestinationFile()232 destPath, ex.getMessage())); in getDestinationFile()285 String destPath) throws DeviceNotAvailableException { in pullFileUsingFilePath() argument287 if (Strings.isNullOrEmpty(filePath) || Strings.isNullOrEmpty(destPath)) { in pullFileUsingFilePath()291 filePath, destPath)); in pullFileUsingFilePath()298 filePath, destPath)); in pullFileUsingFilePath()310 File destinationFile = getDestinationFile(buildInfo, destPath); in pullFileUsingFilePath()316 destPath)); in pullFileUsingFilePath()326 destPath)); in pullFileUsingFilePath()[all …]