Home
last modified time | relevance | path

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

/third_party/jinja2/
Dloaders.py181 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.cc207 class PathLike { class
219 PathLike() {} in PathLike() function in foo::PathLike
224 friend ::std::ostream& operator<<(::std::ostream& os, const PathLike&) { in operator <<()
/third_party/python/Lib/
Dos.py1070 class PathLike(abc.ABC): class