Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h5581 os_fstat_impl(PyObject *module, int fd);
5605 return_value = os_fstat_impl(module, fd); in os_fstat()
/external/python/cpython3/Modules/
Dposixmodule.c9942 os_fstat_impl(PyObject *module, int fd) in os_fstat_impl() function