Home
last modified time | relevance | path

Searched refs:makepathobject (Results 1 – 1 of 1) 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()