Home
last modified time | relevance | path

Searched defs:PathLike (Results 1 – 4 of 4) 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/googletest/googletest/test/
Dgoogletest-printers-test.cc205 class PathLike { class
217 PathLike() {} in PathLike() function in foo::PathLike
222 friend ::std::ostream& operator<<(::std::ostream& os, const PathLike&) { in operator <<()
/third_party/python/Lib/
Dos.py1072 class PathLike(abc.ABC): class