Home
last modified time | relevance | path

Searched refs:makepathobject (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Python/
Dsysmodule.c3134 makepathobject(const wchar_t *path, wchar_t delim) in makepathobject() function
3170 if ((v = makepathobject(path, DELIM)) == NULL) in PySys_SetPath()