Home
last modified time | relevance | path

Searched defs:PathLike (Results 1 – 9 of 9) sorted by relevance

/external/crosvm/tools/impl/
Dcommon.py49 PathLike = Union[Path, str] variable
374 def cwd_context(path: PathLike):
390 def chdir(path: PathLike):
/external/fonttools/Tests/ufoLib/
DUFOZ_test.py56 class PathLike: class
/external/fmtlib/test/
Dranges-test.cc123 TEST(RangesTest, PathLike) { in TEST() argument
/external/toolchain-utils/rust_tools/
Drust_uprev.py478 def update_manifest(ebuild_file: os.PathLike) -> None:
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io_test.py33 class PathLike(object): class
/external/python/pyfakefs/pyfakefs/
Dhelpers.py54 def make_string_path(dir_name: os.PathLike) -> str: ...
/external/googletest/googletest/test/
Dgoogletest-printers-test.cc207 class PathLike { class
219 PathLike() {} in PathLike() function in foo::PathLike
224 friend ::std::ostream& operator<<(::std::ostream& os, const PathLike&) { in operator <<()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-printers-test.cc206 class PathLike { class
218 PathLike() {} in PathLike() function in foo::PathLike
223 friend ::std::ostream& operator<<(::std::ostream& os, const PathLike&) { in operator <<()
/external/python/cpython3/Lib/
Dos.py1070 class PathLike(abc.ABC): class