Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/app/src/main/java/com/android/geotz/app/
DGeoDataFileManagerImpl.java76 @NonNull File targetPath, @NonNull String expectedSha256) { in copyResource() argument
83 Files.copy(resourceStream, targetPath.toPath(), StandardCopyOption.REPLACE_EXISTING); in copyResource()
84 String actualSha256 = computeSha256(targetPath); in copyResource()
93 + " to targetPath=" + targetPath, e); in copyResource()
96 targetPath.delete(); in copyResource()
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/optics/
DTraversal.kt176 val targetPath = in listMap() constant
183 targetAccessPath = targetPath, in listMap()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DMenuExecutor.java339 public void startSingleItemAction(int action, Path targetPath) { in startSingleItemAction() argument
341 ids.add(targetPath); in startSingleItemAction()
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DCopyJob.java880 final Path targetPath = findDocumentPath(wrap(getClient(target)), targetUri); in isRecursiveCopy() local
881 if (targetPath == null) { in isRecursiveCopy()
892 for (String targetNodeDocId : targetPath.getPath()) { in isRecursiveCopy()