Home
last modified time | relevance | path

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

/test/catbox/report/src/com/android/catbox/result/
DResultReportCollector.java141 File destinationFile = getDestinationFile(buildInfo, destFilePath); in pullFileUsingContentUri() local
143 if (destinationFile == null) { in pullFileUsingContentUri()
153 if (!createResultDir(buildInfo, destinationFile, true /* isDestFile */)) { in pullFileUsingContentUri()
170 try (OutputStream localFileStream = new FileOutputStream(destinationFile)) { in pullFileUsingContentUri()
221 File destinationFile = null; in getDestinationFile() local
225 destinationFile = buildHelper.getResultDir(); in getDestinationFile()
227 destinationFile = new File(destinationFile, destPath); in getDestinationFile()
235 return destinationFile; in getDestinationFile()
310 File destinationFile = getDestinationFile(buildInfo, destPath); in pullFileUsingFilePath() local
312 if (destinationFile == null) { in pullFileUsingFilePath()
[all …]