Home
last modified time | relevance | path

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

/external/zlib/google/
Dzip_reader_unittest.cc282 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt")); in TEST_F() local
307 base::FilePath target_path(FILE_PATH_LITERAL( in TEST_F() local
336 base::FilePath target_path(FILE_PATH_LITERAL("/evil.txt")); in TEST_F() local
349 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/")); in TEST_F() local
375 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt")); in TEST_F() local
410 base::FilePath target_path(FILE_PATH_LITERAL("test.txt")); in TEST_F() local
427 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt")); in TEST_F() local
465 base::FilePath target_path(FILE_PATH_LITERAL("foo/")); in TEST_F() local
584 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt")); in TEST_F() local
603 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt")); in TEST_F() local
[all …]
/external/angle/third_party/zlib/google/
Dzip_reader_unittest.cc282 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt")); in TEST_F() local
307 base::FilePath target_path(FILE_PATH_LITERAL( in TEST_F() local
336 base::FilePath target_path(FILE_PATH_LITERAL("/evil.txt")); in TEST_F() local
349 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/")); in TEST_F() local
375 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt")); in TEST_F() local
410 base::FilePath target_path(FILE_PATH_LITERAL("test.txt")); in TEST_F() local
427 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt")); in TEST_F() local
465 base::FilePath target_path(FILE_PATH_LITERAL("foo/")); in TEST_F() local
584 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt")); in TEST_F() local
603 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt")); in TEST_F() local
[all …]
/external/oss-fuzz/infra/cifuzz/
Dfuzz_target.py68 def __init__(self, target_path, duration, out_dir, clusterfuzz_deployment, argument
175 def is_reproducible(self, testcase, target_path): argument
Drun_fuzzers.py113 def create_fuzz_target_obj(self, target_path, run_seconds): argument
Dfuzz_target_test.py232 def is_reproducible_side_effect(_, target_path): argument
/external/libjpeg-turbo/gtest/
Dtjbench-gtest-wrapper.cpp70 base::FilePath target_path(GetTargetDirectory()); in SetUpTestSuite() local
140 base::FilePath target_path(GetTargetDirectory()); in SetUpTestSuite() local
/external/bcc/src/cc/
Dns_guard.cc32 std::string target_path = "/proc/" + std::to_string(pid) + "/ns/mnt"; in ProcMountNS() local
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/
Dmove.py58 def target_path(self): member in _Move
/external/cros/system_api/dbus/smbprovider/
Ddirectory_entry.proto198 optional string target_path = 3; field
211 optional string target_path = 3; field
/external/libchrome/base/files/
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()
Dfile_util_unittest.cc113 bool SetReparsePoint(HANDLE source, const FilePath& target_path) { in SetReparsePoint()
/external/autotest/client/site_tests/enterprise_SmbProviderDaemon/
Denterprise_SmbProviderDaemon.py369 def _check_move_entry(self, mount_id, source_path, target_path, argument
/external/tensorflow/tensorflow/c/experimental/filesystem/
Dmodular_filesystem_test.cc621 const std::string target_path = GetURIForPath("a_dir/another_dir"); in TEST_P() local
1111 const std::string target_path = GetURIForPath("a_file/a_new_file"); in TEST_P() local
1235 const std::string target_path = GetURIForPath("a_file/a_new_file"); in TEST_P() local
1274 const std::string target_path = GetURIForPath("a_file/a_new_file"); in TEST_P() local
1339 const std::string target_path = GetURIForPath("a_file/a_new_file"); in TEST_P() local
1411 const std::string target_path = GetURIForPath("a_dir"); in TEST_P() local
1424 const std::string target_path = GetURIForPath("a_file/a_new_dir"); in TEST_P() local
/external/autotest/client/common_lib/cros/
Dsmbprovider.py365 def move_entry(self, mount_id, source_path, target_path): argument
/external/e2fsprogs/contrib/android/
Dbasefs_allocator.c355 errcode_t base_fs_alloc_set_target(ext2_filsys fs, const char *target_path, in base_fs_alloc_set_target()
/external/python/pyfakefs/pyfakefs/tests/
Dtest_utils.py306 def create_symlink(self, link_path, target_path): argument
Dfake_filesystem_test.py1799 target_path=None): argument
/external/dtc/libfdt/
Dfdt_overlay.c703 const char *target_path; in overlay_symbol_update() local
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py764 target_path=None): argument
2342 def add_real_file(self, source_path, read_only=True, target_path=None): argument
2383 def add_real_symlink(self, source_path, target_path=None): argument
2415 target_path=None): argument
/external/libabigail/src/
Dabg-tools-utils.cc552 string& target_path) in maybe_get_symlink_target_file_path()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResourceTypes.java1516 final byte[] target_path = new byte[256]; field in ResourceTypes.Idmap_header
/external/python/cpython3/Modules/
Dposixmodule.c4221 wchar_t buf[MAXPATHLEN], *target_path = buf; in os__getfinalpathname_impl() local