Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h1043 os__getvolumepathname_impl(PyObject *module, path_t *path);
1057 return_value = os__getvolumepathname_impl(module, &path); in os__getvolumepathname()
/external/python/cpython3/Modules/
Dposixmodule.c3850 os__getvolumepathname_impl(PyObject *module, path_t *path) in os__getvolumepathname_impl() function