Home
last modified time | relevance | path

Searched defs:link_to (Results 1 – 5 of 5) sorted by relevance

/external/toolchain-utils/binary_search_tool/
Dbisect_driver.py88 def log_to_file(path, execargs, link_from=None, link_to=None): argument
/external/python/pyfakefs/pyfakefs/
Dfake_pathlib.py141 link_to = _wrap_binary_strfunc( variable in _FakeAccessor
/external/cronet/base/files/
Dfile_util_unittest.cc1025 FilePath link_to = temp_dir_.GetPath().Append(FPL("to_file")); in TEST_F() local
1056 FilePath link_to = temp_dir_.GetPath().Append(filename_link_to); in TEST_F() local
1113 FilePath link_to = temp_dir_.GetPath().Append(FPL("to_file")); in TEST_F() local
1191 FilePath link_to = temp_dir_.GetPath().Append(FPL("to_file")); in TEST_F() local
/external/libchrome/base/files/
Dfile_util_unittest.cc647 FilePath link_to = temp_dir_.GetPath().Append(FPL("to_file")); in TEST_F() local
683 FilePath link_to = temp_dir_.GetPath().Append(FPL("to_file")); in TEST_F() local
761 FilePath link_to = temp_dir_.GetPath().Append(FPL("to_file")); in TEST_F() local
/external/python/cpython3/Lib/
Dpathlib.py1263 def link_to(self, target): member in Path