Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h5056 os_pathconf_impl(PyObject *module, path_t *path, int name);
5072 _return_value = os_pathconf_impl(module, &path, name); in os_pathconf()
/external/python/cpython3/Modules/
Dposixmodule.c9901 os_pathconf_impl(PyObject *module, path_t *path, int name) in os_pathconf_impl() function