Searched refs:posix_getcwd (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A Dposixmodule.c2151 posix_getcwd(PyObject *self, PyObject *noargs) function
2167 posix_getcwd(PyObject *self, PyObject *noargs) function
8861 {"getcwd", posix_getcwd, METH_NOARGS, posix_getcwd__doc__},
/external/python/cpython3/Modules/
H A Dposixmodule.c3187 posix_getcwd(int use_bytes) function
3279 return posix_getcwd(0);
3293 return posix_getcwd(1);

Completed in 179 milliseconds