Searched defs:StatVFSResultType (Results 1 – 2 of 2) sorted by relevance
933 PyObject *StatVFSResultType; member11063 PyObject *StatVFSResultType = get_posix_state(module)->StatVFSResultType; in _pystatvfs_fromstructstatvfs() local15394 PyObject *StatVFSResultType = (PyObject *)PyStructSequence_NewType(&statvfs_result_desc); in posixmodule_exec() local
1401 static PyTypeObject StatVFSResultType; variable