Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsysmodule.c1534 makepathobject(char *path, int delim) in makepathobject() function
1570 if ((v = makepathobject(path, DELIM)) == NULL) in PySys_SetPath()
/external/python/cpython3/Python/
Dsysmodule.c2533 makepathobject(const wchar_t *path, wchar_t delim) in makepathobject() function
2569 if ((v = makepathobject(path, DELIM)) == NULL) in PySys_SetPath()