Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h5991 os_fspath_impl(PyObject *module, PyObject *path);
6005 return_value = os_fspath_impl(module, path); in os_fspath()
/external/python/cpython3/Modules/
Dposixmodule.c12564 os_fspath_impl(PyObject *module, PyObject *path) in os_fspath_impl() function