Searched refs:posix_getcwd (Results 1 – 2 of 2) sorted by relevance
2157 posix_getcwd(PyObject *self, PyObject *noargs) in posix_getcwd() function2173 posix_getcwd(PyObject *self, PyObject *noargs) in posix_getcwd() function8895 {"getcwd", posix_getcwd, METH_NOARGS, posix_getcwd__doc__},
3261 posix_getcwd(int use_bytes) in posix_getcwd() function3353 return posix_getcwd(0); in os_getcwd_impl()3367 return posix_getcwd(1); in os_getcwdb_impl()