Searched refs:destinationFile (Results 1 – 1 of 1) sorted by relevance
141 File destinationFile = getDestinationFile(buildInfo, destFilePath); in pullFileUsingContentUri() local143 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() local225 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() local312 if (destinationFile == null) { in pullFileUsingFilePath()[all …]