Home
last modified time | relevance | path

Searched defs:target_path (Results 1 – 25 of 54) sorted by relevance

123

/aosp_15_r20/external/zlib/google/
H A Dzip_reader_unittest.cc294 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt")); in TEST_F() local
312 base::FilePath target_path(FILE_PATH_LITERAL( in TEST_F() local
324 base::FilePath target_path = base::FilePath::FromUTF8Unsafe(".�.�evil.txt"); in TEST_F() local
384 base::FilePath target_path(FILE_PATH_LITERAL("ROOT/evil.txt")); in TEST_F() local
395 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/")); in TEST_F() local
515 base::FilePath target_path(FILE_PATH_LITERAL("test.txt")); in TEST_F() local
532 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt")); in TEST_F() local
571 const base::FilePath target_path = test_dir_.AppendASCII("extracted"); in TEST_F() local
605 const base::FilePath target_path = test_dir_.AppendASCII("extracted"); in TEST_F() local
636 const base::FilePath target_path = test_dir_.AppendASCII("extracted"); in TEST_F() local
[all …]
/aosp_15_r20/test/vts-testcase/vndk/dependency/
Dvts_vndk_dependency_test.py87 def __init__(self, target_path, bitness, deps, runpaths, argument
136 def _IsElfObjectForAp(self, elf, target_path, abi_list): argument
167 def _IsElfObjectBuiltForAndroid(self, elf, target_path): argument
/aosp_15_r20/frameworks/base/cmds/idmap2/idmap2d/
H A DIdmap2Service.cpp113 Status Idmap2Service::verifyIdmap(const std::string& target_path, const std::string& overlay_path, in verifyIdmap()
156 Status Idmap2Service::createIdmap(const std::string& target_path, const std::string& overlay_path, in createIdmap()
214 const std::string& target_path) { in GetTargetContainer()
/aosp_15_r20/tools/external_updater/
H A Darchive_utils.py39 def unzip(archive_path, target_path): argument
51 def untar(archive_path, target_path): argument
/aosp_15_r20/packages/modules/Virtualization/guest/compsvc/src/
Dartifact_signer.rs51 let target_path = Path::new(TARGET_DIRECTORY).join(suffix); in add_artifact() localVariable
52 let target_path = target_path.to_str().ok_or_else(|| anyhow!("Invalid path"))?; in add_artifact() localVariable
/aosp_15_r20/test/vts-testcase/vndk/abi/
Dvts_vndk_abi_test.py70 def _ToHostPath(self, target_path): argument
295 def _GetLinkerSearchIndex(target_path): argument
/aosp_15_r20/external/libjpeg-turbo/gtest/
H A Dtjbench-gtest-wrapper.cpp70 base::FilePath target_path(GetTargetDirectory()); in SetUpTestSuite() local
140 base::FilePath target_path(GetTargetDirectory()); in SetUpTestSuite() local
/aosp_15_r20/external/cronet/base/files/
H A Dfile_util_posix.cc198 FilePath target_path(to_path); in DoCopyDirectory() local
578 bool CreateSymbolicLink(const FilePath& target_path, in CreateSymbolicLink()
586 bool ReadSymbolicLink(const FilePath& symlink_path, FilePath* target_path) { in ReadSymbolicLink()
613 FilePath target_path; in ReadSymbolicLinkAbsolute() local
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/
H A Dmodular_filesystem_test.cc619 const std::string target_path = GetURIForPath("a_dir/another_dir"); in TEST_P() local
1109 const std::string target_path = GetURIForPath("a_file/a_new_file"); in TEST_P() local
1233 const std::string target_path = GetURIForPath("a_file/a_new_file"); in TEST_P() local
1272 const std::string target_path = GetURIForPath("a_file/a_new_file"); in TEST_P() local
1337 const std::string target_path = GetURIForPath("a_file/a_new_file"); in TEST_P() local
1409 const std::string target_path = GetURIForPath("a_dir"); in TEST_P() local
1422 const std::string target_path = GetURIForPath("a_file/a_new_dir"); in TEST_P() local
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_util_posix.cc239 FilePath target_path(to_path); in DoCopyDirectory() local
508 bool CreateSymbolicLink(const FilePath& target_path, in CreateSymbolicLink()
516 bool ReadSymbolicLink(const FilePath& symlink_path, FilePath* target_path) { in ReadSymbolicLink()
/aosp_15_r20/system/update_engine/payload_consumer/
H A Dfilesystem_verifier_action_unittest.cc447 string target_path; in TEST_F() local
508 string target_path; in TEST_F() local
H A Dinstall_plan.h131 std::string target_path; member
/aosp_15_r20/frameworks/base/cmds/idmap2/idmap2/
H A DCommandUtils.cpp35 Result<Unit> Verify(const std::string& idmap_path, const std::string& target_path, in Verify()
H A DLookup.cpp178 std::string target_path; in Lookup() local
/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/
H A Dmove.py58 def target_path(self): member in _Move
/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-common.c398 u8 *target_path = NULL; in find_binary() local
482 u8 *afl_path = NULL, *target_path, *own_copy, *tmp; in find_afl_binary() local
H A Dafl-analyze.c77 static u8 *target_path; variable
/aosp_15_r20/build/make/tools/releasetools/merge/
H A Dmerge_target_files.py417 def files_from_path(target_path, extra_args=None): argument
/aosp_15_r20/system/linkerconfig/generator/
H A Dvariableloader.cc46 Result<std::string> GetRealPath(std::string target_path) { in GetRealPath()
/aosp_15_r20/external/cronet/base/win/
H A Dshortcut.cc351 FilePath* target_path, in ResolveShortcut()
/aosp_15_r20/system/linkerconfig/contents/tests/configuration/include/
H A Dlinkerconfigparser.h75 std::vector<std::string>* target_path = nullptr; in ParseNamespacePath() local
/aosp_15_r20/external/cronet/base/test/
H A Dfile_path_reparse_point_win.cc88 const FilePath& target_path) { in SetReparsePoint()
/aosp_15_r20/packages/modules/Virtualization/android/composd/src/
Dodrefresh_task.rs167 let target_path = output_root.join(target_dir_name); in run_in_vm() localVariable
/aosp_15_r20/external/python/mobly/mobly/
Dutils.py107 def create_alias(target_path, alias_path): argument
/aosp_15_r20/external/autotest/client/common_lib/cros/
H A Dsmbprovider.py365 def move_entry(self, mount_id, source_path, target_path): argument

123