Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c2157 posix_getcwd(PyObject *self, PyObject *noargs) in posix_getcwd() function
2173 posix_getcwd(PyObject *self, PyObject *noargs) in posix_getcwd() function
8895 {"getcwd", posix_getcwd, METH_NOARGS, posix_getcwd__doc__},
/external/python/cpython3/Modules/
Dposixmodule.c3261 posix_getcwd(int use_bytes) in posix_getcwd() function
3353 return posix_getcwd(0); in os_getcwd_impl()
3367 return posix_getcwd(1); in os_getcwdb_impl()