Home
last modified time | relevance | path

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

/external/angle/third_party/zlib/google/
Dzip_reader_unittest.cc284 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt")); in TEST_F() local
310 base::FilePath target_path(FILE_PATH_LITERAL( in TEST_F() local
322 base::FilePath target_path = base::FilePath::FromUTF8Unsafe(".�.�evil.txt"); in TEST_F() local
382 base::FilePath target_path(FILE_PATH_LITERAL("ROOT/evil.txt")); in TEST_F() local
393 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/")); in TEST_F() local
521 base::FilePath target_path(FILE_PATH_LITERAL("test.txt")); in TEST_F() local
538 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt")); in TEST_F() local
577 const base::FilePath target_path = test_dir_.AppendASCII("extracted"); in TEST_F() local
611 const base::FilePath target_path = test_dir_.AppendASCII("extracted"); in TEST_F() local
642 const base::FilePath target_path = test_dir_.AppendASCII("extracted"); in TEST_F() local
[all …]
/external/zlib/google/
Dzip_reader_unittest.cc284 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt")); in TEST_F() local
310 base::FilePath target_path(FILE_PATH_LITERAL( in TEST_F() local
323 base::FilePath target_path = base::FilePath::FromUTF8Unsafe(".�.\\evil.txt"); in TEST_F() local
383 base::FilePath target_path(FILE_PATH_LITERAL("/evil.txt")); in TEST_F() local
395 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/")); in TEST_F() local
523 base::FilePath target_path(FILE_PATH_LITERAL("test.txt")); in TEST_F() local
540 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt")); in TEST_F() local
579 const base::FilePath target_path = test_dir_.AppendASCII("extracted"); in TEST_F() local
613 const base::FilePath target_path = test_dir_.AppendASCII("extracted"); in TEST_F() local
644 const base::FilePath target_path = test_dir_.AppendASCII("extracted"); in TEST_F() local
[all …]
/external/oss-fuzz/infra/cifuzz/
Dfuzz_target.py77 def __init__(self, target_path, duration, workspace, clusterfuzz_deployment, argument
193 def is_reproducible(self, testcase, target_path): argument
Dfuzz_target_test.py204 def is_reproducible_side_effect(_, target_path): argument
Drun_fuzzers.py116 def create_fuzz_target_obj(self, target_path, run_seconds): 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/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/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/site_tests/enterprise_SmbProviderDaemon/
Denterprise_SmbProviderDaemon.py369 def _check_move_entry(self, mount_id, source_path, target_path, argument
/external/autotest/client/common_lib/cros/
Dsmbprovider.py365 def move_entry(self, mount_id, source_path, target_path): argument
/external/python/mobly/mobly/
Dutils.py109 def create_alias(target_path, alias_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.py345 def create_symlink(self, link_path, target_path): argument
Dfake_filesystem_test.py1967 target_path=None): argument
/external/dtc/libfdt/
Dfdt_overlay.c689 const char *target_path; in overlay_symbol_update() local
/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.java1517 final byte[] target_path = new byte[256]; field in ResourceTypes.Idmap_header
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DResourceTypes.java1597 final byte[] target_path = new byte[256]; field in ResourceTypes.Idmap_header
/external/python/cpython3/Modules/
Dposixmodule.c4301 wchar_t buf[MAXPATHLEN], *target_path = buf; in os__getfinalpathname_impl() local