Searched refs:srcPath (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Virtualization/authfs/tests/hosttests/java/src/com/android/fs/ |
D | AuthFsHostTest.java | 169 String srcPath = "/system/bin/linker64"; in testWriteThroughCorrectly() local 172 assertThat(copyFile(sMicrodroid, srcPath, destPath)).isSuccess(); in testWriteThroughCorrectly() 175 String expectedHash = computeFileHash(sMicrodroid, srcPath); in testWriteThroughCorrectly() 185 String srcPath = "/system/bin/linker64"; in testWriteFailedIfDetectsTampering() local 188 assertThat(copyFile(sMicrodroid, srcPath, destPath)).isSuccess(); in testWriteFailedIfDetectsTampering() 226 String srcPath = "/system/bin/linker64"; in testReadFailedIfDetectsTampering() local 229 assertThat(copyFile(sMicrodroid, srcPath, destPath)).isSuccess(); in testReadFailedIfDetectsTampering()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | VideoUtils.java | 127 private static void genVideoUsingMuxer(String srcPath, String dstPath, in genVideoUsingMuxer() argument 132 extractor.setDataSource(srcPath); in genVideoUsingMuxer() 174 retrieverSrc.setDataSource(srcPath); in genVideoUsingMuxer()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | TranscodeHelperImpl.java | 1598 String srcPath, String dstPath) { 1601 this.mSrcPath = srcPath;
|
D | MediaProvider.java | 8450 @Nullable String destOwner, @NonNull String srcPath, @NonNull String destPath) { 8459 if (isCallingPackageManager() || (canSystemGalleryAccessTheFile(srcPath) &&
|