Home
last modified time | relevance | path

Searched defs:joinpath (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/
Dgetpath.c191 joinpath(char *buffer, char *stuff) in joinpath() function
/external/python/cpython3/Modules/
Dgetpath.c239 joinpath(wchar_t *buffer, wchar_t *stuff) in joinpath() function
/external/python/cpython3/Lib/
Dpathlib.py892 def joinpath(self, *args): member in PurePath