Searched refs:destinationPath (Results 1 – 1 of 1) sorted by relevance
120 Path destinationPath = generateFile(suffix); in dumpAssetFile() local124 Files.copy(inputStream, destinationPath, StandardCopyOption.REPLACE_EXISTING); in dumpAssetFile()127 return destinationPath; in dumpAssetFile()140 Path destinationPath = dumpAssetFile(assetPath, suffix); in openAssetFile() local143 .open(destinationPath.toFile(), MODE_READ_ONLY); in openAssetFile()