Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c1964 posix_getcwd(PyObject *self, PyObject *noargs) in posix_getcwd() function
1980 posix_getcwd(PyObject *self, PyObject *noargs) in posix_getcwd() function
8702 {"getcwd", posix_getcwd, METH_NOARGS, posix_getcwd__doc__},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c887 posix_getcwd(PyObject *self, PyObject *noargs) in posix_getcwd() function
6838 {"getcwd", posix_getcwd, METH_NOARGS, posix_getcwd__doc__},