Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h802 {"getcwd", (PyCFunction)os_getcwd, METH_NOARGS, os_getcwd__doc__},
808 os_getcwd(PyObject *module, PyObject *Py_UNUSED(ignored)) in os_getcwd() function