Home
last modified time | relevance | path

Searched defs:destPath (Results 1 – 25 of 225) sorted by relevance

123456789

/aosp_15_r20/frameworks/av/media/module/libmediatranscoding/transcoder/tests/
H A DMediaTranscoderTests.cpp102 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 DFileUtilsCopyDirectoryToDirectoryTest.java58 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 DLibnativeloaderTest.java333 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 DPluginRead.cpp37 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 DPluginWrite.cpp743 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 DResultReportCollector.java220 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 DFSFolderCopy.cpp455 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 DAltStreamsFolder.cpp589 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 DBrowseDialog.cpp803 FString destPath; in OnCreateDir() local
856 FString destPath; in FinishOnOK() local
/aosp_15_r20/frameworks/base/core/java/android/os/incremental/
H A DIncrementalStorage.java212 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 Dminify_sksl.py56 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 DJavacBuildStep.java34 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/
DAuthFsHostTest.java169 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 DMtpDevice.java340 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 D7zipInstall.c866 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 DIFile.aidl95 void rename(in @utf8InCpp String destPath, in CreationMode destCreateMode); in rename()
H A DIStorageSession.aidl123 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 DIFile.aidl41 … @utf8InCpp String destPath, in android.hardware.security.see.storage.CreationMode destCreateMode); in rename()
H A DIStorageSession.aidl42 …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 DDownloadManagerInstallerTest.java51 File destPath = new File(otherAppObbPath); in testSetDestinationUri_otherAppObbDir() local
/aosp_15_r20/frameworks/base/tools/aapt/
H A DCrunchCache.cpp20 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff) in CrunchCache()
/aosp_15_r20/external/lzma/C/Util/7zipUninstall/
H A D7zipUninstall.c485 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/
DTestOutputUploader.java64 public String uploadFile(File file, String destPath) throws IOException { in uploadFile()
/aosp_15_r20/hardware/google/aemu/base/
DSharedMemory_win32.cpp35 const Win32UnicodeString destPath(path); in SharedMemory() local
/aosp_15_r20/device/google/gs-common/gps/dump/
Ddump_gps.cpp56 std::string destPath = outputDir + "/" + entryName; in copyDirectory() local

123456789