/aosp_15_r20/frameworks/av/media/module/libmediatranscoding/transcoder/tests/ |
H A D | MediaTranscoderTests.cpp | 102 media_status_t transcodeHelper(const char* srcPath, const char* destPath, in transcodeHelper() 177 void testTranscodeVideo(const char* srcPath, const char* destPath, const char* dstMime, in testTranscodeVideo() 219 void verifyOutputFormat(const char* destPath, in verifyOutputFormat() 276 const char* destPath = "/data/local/tmp/MediaTranscoder_Passthrough.MP4"; in TEST_F() local 282 const char* destPath = "/data/local/tmp/MediaTranscoder_VideoTranscode_AvcToAvc_Basic.MP4"; in TEST_F() local 288 const char* destPath = "/data/local/tmp/MediaTranscoder_VideoTranscode_HevcToAvc_Basic.MP4"; in TEST_F() local 295 const char* destPath = "/data/local/tmp/MediaTranscoder_VideoTranscode_HevcToAvc_Rotation.MP4"; in TEST_F() local 312 const char* destPath = "/data/local/tmp/MediaTranscoder_PreserveBitrate.MP4"; in TEST_F() local 349 const char* destPath = "/data/local/tmp/MediaTranscoder_Cancel.MP4"; in TEST_F() local 361 const char* destPath = "/data/local/tmp/MediaTranscoder_Cancel.MP4"; in TEST_F() local [all …]
|
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/ |
H A D | FileUtilsCopyDirectoryToDirectoryTest.java | 58 private void assertAclEntryList(final Path sourcePath, final Path destPath) throws IOException { in assertAclEntryList() 104 final Path destPath = Paths.get(temporaryFolder.getAbsolutePath(), "SomeFile.bin"); in copyFileAndCheckAcl() local 107 assertAclEntryList(sourcePath.get(), destPath); in copyFileAndCheckAcl() local 110 assertAclEntryList(sourcePath.get(), destPath); in copyFileAndCheckAcl() local 113 assertAclEntryList(sourcePath.get(), destPath); in copyFileAndCheckAcl() local 116 assertAclEntryList(sourcePath.get(), destPath); in copyFileAndCheckAcl() local
|
/aosp_15_r20/art/libnativeloader/test/src/android/test/hostside/ |
H A D | LibnativeloaderTest.java | 333 void pushString(String fileContents, String destPath) throws DeviceNotAvailableException { in pushString() 339 void pushFile(String fileName, String destPath) throws Exception { in pushFile() 344 void pushApk(String apkBaseName, String destPath) throws Exception { in pushApk() 351 void pushNativeTestLib(ZipFile libApk, String libName, String destPath) throws Exception { in pushNativeTestLib()
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Far/ |
H A D | PluginRead.cpp | 37 const UString &destPath, in ExtractFiles() 89 unsigned itemsNumber, int move, char *destPath, int opMode) in GetFiles() 104 AString destPath (destPathLoc); in GetFilesReal() local
|
H A D | PluginWrite.cpp | 743 AString destPath ("New Folder"); in CreateFolder() local 822 const AString destPath (GetOemString(destPathU)); in CreateFolder() local
|
/aosp_15_r20/test/catbox/report/src/com/android/catbox/result/ |
H A D | ResultReportCollector.java | 220 private File getDestinationFile(IBuildInfo buildInfo, String destPath) { in getDestinationFile() 285 String destPath) throws DeviceNotAvailableException { in pullFileUsingFilePath() 372 String destPath) throws DeviceNotAvailableException { in pullDirectoryUsingDirPath()
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/ |
H A D | FSFolderCopy.cpp | 455 const FString &destPath) in CopyFile_Ask() 571 const FString &destPath) // without TAIL separator in CopyFolder() 644 const FString destPath = us2fs(path); in Z7_COM7F_IMF() local 823 FString destPath = destDirPrefix; in CopyFileSystemItems() local
|
H A D | AltStreamsFolder.cpp | 589 UString destPath (':'); in Z7_COM7F_IMF() local 640 const FString destPath = _pathPrefix + us2fs(newName); in Z7_COM7F_IMF() local 718 FString destPath = destPathSpec; in CopyStream() local 822 FString destPath (us2fs(path)); in Z7_COM7F_IMF() local
|
H A D | BrowseDialog.cpp | 803 FString destPath; in OnCreateDir() local 856 FString destPath; in FinishOnOK() local
|
/aosp_15_r20/frameworks/base/core/java/android/os/incremental/ |
H A D | IncrementalStorage.java | 212 public void makeFileFromRange(@NonNull String destPath, in makeFileFromRange() 234 @NonNull String destPath) throws IOException { in makeLink() 293 public void moveDir(@NonNull String sourcePath, @NonNull String destPath) throws IOException { in moveDir()
|
/aosp_15_r20/external/skia/gn/ |
H A D | minify_sksl.py | 56 destPath = target + ".minified.sksl" variable 61 destPath = target + ".unoptimized.sksl" variable
|
/aosp_15_r20/cts/tools/vm-tests-tf/build/src/util/build/ |
H A D | JavacBuildStep.java | 34 private final String destPath; field in JavacBuildStep 37 public JavacBuildStep(String destPath, String classPath) { in JavacBuildStep()
|
/aosp_15_r20/packages/modules/Virtualization/tests/authfs/hosttests/java/src/com/android/fs/ |
D | AuthFsHostTest.java | 169 String destPath = MOUNT_DIR + "/3"; in testWriteThroughCorrectly() local 185 String destPath = MOUNT_DIR + "/3"; in testWriteFailedIfDetectsTampering() local 242 String destPath = MOUNT_DIR + "/3"; in testReadFailedIfDetectsTampering() local
|
/aosp_15_r20/frameworks/base/media/java/android/mtp/ |
H A D | MtpDevice.java | 340 public boolean importFile(int objectHandle, @NonNull String destPath) { in importFile() 450 private native boolean native_import_file(int objectHandle, String destPath); in native_import_file()
|
/aosp_15_r20/external/lzma/C/Util/7zipInstall/ |
H A D | 7zipInstall.c | 866 WCHAR destPath[MAX_PATH + 40]; in WriteCLSID() local 885 WCHAR destPath[MAX_PATH + 40]; in WriteCLSID() local 907 WCHAR destPath[MAX_PATH + 40]; in WriteShellEx() local
|
/aosp_15_r20/hardware/interfaces/security/see/storage/aidl/android/hardware/security/see/storage/ |
H A D | IFile.aidl | 95 void rename(in @utf8InCpp String destPath, in CreationMode destCreateMode); in rename()
|
H A D | IStorageSession.aidl | 123 void renameFile(in @utf8InCpp String currentPath, in @utf8InCpp String destPath, in renameFile()
|
/aosp_15_r20/hardware/interfaces/security/see/storage/aidl/aidl_api/android.hardware.security.see.storage/current/android/hardware/security/see/storage/ |
H A D | IFile.aidl | 41 … @utf8InCpp String destPath, in android.hardware.security.see.storage.CreationMode destCreateMode); in rename()
|
H A D | IStorageSession.aidl | 42 …void renameFile(in @utf8InCpp String currentPath, in @utf8InCpp String destPath, in android.hardwa… in renameFile()
|
/aosp_15_r20/cts/tests/app/DownloadManagerInstallerTest/src/android/app/cts/ |
H A D | DownloadManagerInstallerTest.java | 51 File destPath = new File(otherAppObbPath); in testSetDestinationUri_otherAppObbDir() local
|
/aosp_15_r20/frameworks/base/tools/aapt/ |
H A D | CrunchCache.cpp | 20 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff) in CrunchCache()
|
/aosp_15_r20/external/lzma/C/Util/7zipUninstall/ |
H A D | 7zipUninstall.c | 485 WCHAR destPath[MAX_PATH]; in WriteCLSID() local 522 WCHAR destPath[MAX_PATH]; in WriteCLSID() local
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | TestOutputUploader.java | 64 public String uploadFile(File file, String destPath) throws IOException { in uploadFile()
|
/aosp_15_r20/hardware/google/aemu/base/ |
D | SharedMemory_win32.cpp | 35 const Win32UnicodeString destPath(path); in SharedMemory() local
|
/aosp_15_r20/device/google/gs-common/gps/dump/ |
D | dump_gps.cpp | 56 std::string destPath = outputDir + "/" + entryName; in copyDirectory() local
|