Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/
DArchiveFileTestRule.java120 Path destinationPath = generateFile(suffix); in dumpAssetFile() local
124 Files.copy(inputStream, destinationPath, StandardCopyOption.REPLACE_EXISTING); in dumpAssetFile()
127 return destinationPath; in dumpAssetFile()
140 Path destinationPath = dumpAssetFile(assetPath, suffix); in openAssetFile() local
143 .open(destinationPath.toFile(), MODE_READ_ONLY); in openAssetFile()