Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h5014 os_fpathconf_impl(PyObject *module, int fd, int name);
5028 _return_value = os_fpathconf_impl(module, fd, name); in os_fpathconf()
/external/python/cpython3/Modules/
Dposixmodule.c9872 os_fpathconf_impl(PyObject *module, int fd, int name) in os_fpathconf_impl() function