Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h1251 os__getfinalpathname_impl(PyObject *module, path_t *path);
1262 return_value = os__getfinalpathname_impl(module, &path); in os__getfinalpathname()
/external/python/cpython3/Modules/
Dposixmodule.c4217 os__getfinalpathname_impl(PyObject *module, path_t *path) in os__getfinalpathname_impl() function