Home
last modified time | relevance | path

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

/test/catbox/report/src/com/android/catbox/result/
DResultReportCollector.java220 private File getDestinationFile(IBuildInfo buildInfo, String destPath) { in getDestinationFile() argument
227 destinationFile = new File(destinationFile, destPath); in getDestinationFile()
232 destPath, ex.getMessage())); in getDestinationFile()
285 String destPath) throws DeviceNotAvailableException { in pullFileUsingFilePath() argument
287 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 …]