Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c7479 _pystatvfs_fromstructstatvfs(struct statvfs st) { in _pystatvfs_fromstructstatvfs() function
7535 return _pystatvfs_fromstructstatvfs(st); in posix_fstatvfs()
7561 return _pystatvfs_fromstructstatvfs(st); in posix_statvfs()
/external/python/cpython3/Modules/
Dposixmodule.c11062 _pystatvfs_fromstructstatvfs(PyObject *module, struct statvfs st) { in _pystatvfs_fromstructstatvfs() function
11140 return _pystatvfs_fromstructstatvfs(module, st); in os_fstatvfs_impl()
11180 return _pystatvfs_fromstructstatvfs(module, st); in os_statvfs_impl()