Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h805 os_getcwd_impl(PyObject *module);
810 return os_getcwd_impl(module); in os_getcwd()
/external/python/cpython3/Modules/
Dposixmodule.c3350 os_getcwd_impl(PyObject *module) in os_getcwd_impl() function