Home
last modified time | relevance | path

Searched refs:destinationPath (Results 1 – 3 of 3) 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()
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugReportService.java548 String destinationPath = destinationDir.getPath() + "/" + file.getName(); in moveExtraScreenshots() local
550 Files.move(Paths.get(file.getPath()), Paths.get(destinationPath)); in moveExtraScreenshots()
551 Log.i(TAG, "Move a screenshot" + file.getPath() + " to " + destinationPath); in moveExtraScreenshots()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/backuprestore/
DBackupRestore.java262 Path destinationPath = in stageAllHealthConnectRemoteData() local
266 destinationPath, in stageAllHealthConnectRemoteData()