Searched refs:destPath (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Virtualization/tests/authfs/hosttests/java/src/com/android/fs/ |
D | AuthFsHostTest.java | 169 String destPath = MOUNT_DIR + "/3"; in testWriteThroughCorrectly() local 171 assertThat(copyFile(sMicrodroid, srcPath, destPath)).isSuccess(); in testWriteThroughCorrectly() 175 expectBackingFileConsistency(destPath, backendPath, expectedHash); in testWriteThroughCorrectly() 185 String destPath = MOUNT_DIR + "/3"; in testWriteFailedIfDetectsTampering() local 187 assertThat(copyFile(sMicrodroid, srcPath, destPath)).isSuccess(); in testWriteFailedIfDetectsTampering() 207 destPath, in testWriteFailedIfDetectsTampering() 218 destPath, in testWriteFailedIfDetectsTampering() 228 destPath, in testWriteFailedIfDetectsTampering() 242 String destPath = MOUNT_DIR + "/3"; in testReadFailedIfDetectsTampering() local 244 assertThat(copyFile(sMicrodroid, srcPath, destPath)).isSuccess(); in testReadFailedIfDetectsTampering() [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | MtpClient.java | 436 public boolean importFile(String deviceName, int objectHandle, String destPath) { in importFile() argument 441 return device.importFile(objectHandle, destPath); in importFile()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 9202 @Nullable String destOwner, @NonNull String srcPath, @NonNull String destPath) { 9212 (canSystemGalleryAccessTheFile(destPath)))) {
|