Home
last modified time | relevance | path

Searched defs:StatVFSResultType (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
Dposixmodule.c933 PyObject *StatVFSResultType; member
11063 PyObject *StatVFSResultType = get_posix_state(module)->StatVFSResultType; in _pystatvfs_fromstructstatvfs() local
15394 PyObject *StatVFSResultType = (PyObject *)PyStructSequence_NewType(&statvfs_result_desc); in posixmodule_exec() local
/external/python/cpython2/Modules/
Dposixmodule.c1401 static PyTypeObject StatVFSResultType; variable