/external/zlib/google/ |
D | zip_reader_unittest.cc | 282 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/ |
D | zip_reader_unittest.cc | 282 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/ |
D | fuzz_target.py | 68 def __init__(self, target_path, duration, out_dir, clusterfuzz_deployment, argument 175 def is_reproducible(self, testcase, target_path): argument
|
D | run_fuzzers.py | 113 def create_fuzz_target_obj(self, target_path, run_seconds): argument
|
D | fuzz_target_test.py | 232 def is_reproducible_side_effect(_, target_path): argument
|
/external/libjpeg-turbo/gtest/ |
D | tjbench-gtest-wrapper.cpp | 70 base::FilePath target_path(GetTargetDirectory()); in SetUpTestSuite() local 140 base::FilePath target_path(GetTargetDirectory()); in SetUpTestSuite() local
|
/external/bcc/src/cc/ |
D | ns_guard.cc | 32 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/ |
D | move.py | 58 def target_path(self): member in _Move
|
/external/cros/system_api/dbus/smbprovider/ |
D | directory_entry.proto | 198 optional string target_path = 3; field 211 optional string target_path = 3; field
|
/external/libchrome/base/files/ |
D | file_util_posix.cc | 239 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()
|
D | file_util_unittest.cc | 113 bool SetReparsePoint(HANDLE source, const FilePath& target_path) { in SetReparsePoint()
|
/external/autotest/client/site_tests/enterprise_SmbProviderDaemon/ |
D | enterprise_SmbProviderDaemon.py | 369 def _check_move_entry(self, mount_id, source_path, target_path, argument
|
/external/tensorflow/tensorflow/c/experimental/filesystem/ |
D | modular_filesystem_test.cc | 621 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/ |
D | smbprovider.py | 365 def move_entry(self, mount_id, source_path, target_path): argument
|
/external/e2fsprogs/contrib/android/ |
D | basefs_allocator.c | 355 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/ |
D | test_utils.py | 306 def create_symlink(self, link_path, target_path): argument
|
D | fake_filesystem_test.py | 1799 target_path=None): argument
|
/external/dtc/libfdt/ |
D | fdt_overlay.c | 703 const char *target_path; in overlay_symbol_update() local
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_filesystem.py | 764 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/ |
D | abg-tools-utils.cc | 552 string& target_path) in maybe_get_symlink_target_file_path()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | ResourceTypes.java | 1516 final byte[] target_path = new byte[256]; field in ResourceTypes.Idmap_header
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 4221 wchar_t buf[MAXPATHLEN], *target_path = buf; in os__getfinalpathname_impl() local
|