Searched refs:destPath (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Virtualization/authfs/tests/hosttests/java/src/com/android/fs/ |
D | AuthFsHostTest.java | 170 String destPath = MOUNT_DIR + "/3"; in testWriteThroughCorrectly() local 172 assertThat(copyFile(sMicrodroid, srcPath, destPath)).isSuccess(); in testWriteThroughCorrectly() 176 expectBackingFileConsistency(destPath, backendPath, expectedHash); in testWriteThroughCorrectly() 186 String destPath = MOUNT_DIR + "/3"; in testWriteFailedIfDetectsTampering() local 188 assertThat(copyFile(sMicrodroid, srcPath, destPath)).isSuccess(); in testWriteFailedIfDetectsTampering() 202 writeZerosAtFileOffset(sMicrodroid, destPath, in testWriteFailedIfDetectsTampering() 209 writeZerosAtFileOffset(sMicrodroid, destPath, in testWriteFailedIfDetectsTampering() 215 writeZerosAtFileOffset(sMicrodroid, destPath, in testWriteFailedIfDetectsTampering() 227 String destPath = MOUNT_DIR + "/3"; in testReadFailedIfDetectsTampering() local 229 assertThat(copyFile(sMicrodroid, srcPath, destPath)).isSuccess(); in testReadFailedIfDetectsTampering() [all …]
|
/packages/apps/ManagedProvisioning/studio-dev/ |
D | studiow | 366 destPath="$2" 367 tempPath="${destPath}.tmp" 368 if [ -f "${destPath}" ]; then 370 rm "${destPath}" 374 if [ -f "${destPath}" ]; then 375 echo "Using existing file from ${destPath}" 377 echo "Downloading ${fromUrl} to ${destPath}" 379 mv "${tempPath}" "${destPath}"
|
/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 | 8450 @Nullable String destOwner, @NonNull String srcPath, @NonNull String destPath) { 8460 (canSystemGalleryAccessTheFile(destPath)))) {
|