Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h941 os__getfullpathname_impl(PyObject *module, path_t *path);
952 return_value = os__getfullpathname_impl(module, &path); in os__getfullpathname()
/external/python/cpython3/Modules/
Dposixmodule.c3706 os__getfullpathname_impl(PyObject *module, path_t *path) in os__getfullpathname_impl() function