Home
last modified time | relevance | path

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

/third_party/jinja2/
Dloaders.py180 searchpath: t.Union[str, os.PathLike, t.Sequence[t.Union[str, os.PathLike]]],
604 self, path: t.Union[str, os.PathLike, t.Sequence[t.Union[str, os.PathLike]]]
Denvironment.py817 target: t.Union[str, os.PathLike],
/third_party/mesa3d/src/util/
Dglsl2spirv.py148 def preprocess_file(args: 'Arguments', origin_file: T.TextIO, directory: os.PathLike, filemap: T.Di…
/third_party/googletest/googletest/test/
Dgoogletest-printers-test.cc224 class PathLike { class
241 friend ::std::ostream& operator<<(::std::ostream& os, const PathLike&) { in operator <<()
/third_party/python/Lib/
Dos.py1072 class PathLike(abc.ABC): class