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.h1217 os__getfullpathname_impl(PyObject *module, path_t *path);
1228 return_value = os__getfullpathname_impl(module, &path); in os__getfullpathname()
/external/python/cpython3/Modules/
Dposixmodule.c4182 os__getfullpathname_impl(PyObject *module, path_t *path) in os__getfullpathname_impl() function