Searched defs:PathLike (Results 1 – 4 of 4) sorted by relevance
| /third_party/jinja2/ |
| D | loaders.py | 180 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]]]
|
| D | environment.py | 817 target: t.Union[str, os.PathLike],
|
| /third_party/googletest/googletest/test/ |
| D | googletest-printers-test.cc | 205 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/ |
| D | os.py | 1072 class PathLike(abc.ABC): class
|