Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h4903 os_fstatvfs_impl(PyObject *module, int fd);
4914 return_value = os_fstatvfs_impl(module, fd); in os_fstatvfs()
/external/python/cpython3/Modules/
Dposixmodule.c9605 os_fstatvfs_impl(PyObject *module, int fd) in os_fstatvfs_impl() function