Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c1401 static PyTypeObject StatVFSResultType; variable
7480 PyObject *v = PyStructSequence_New(&StatVFSResultType); in _pystatvfs_fromstructstatvfs()
9522 PyStructSequence_InitType(&StatVFSResultType, &statvfs_result_desc); in INITFUNC()
9535 Py_INCREF((PyObject*) &StatVFSResultType); in INITFUNC()
9537 (PyObject*) &StatVFSResultType); in INITFUNC()
/external/python/cpython3/Modules/
Dposixmodule.c1935 static PyTypeObject StatVFSResultType; variable
9545 PyObject *v = PyStructSequence_New(&StatVFSResultType); in _pystatvfs_fromstructstatvfs()
13491 if (PyStructSequence_InitType2(&StatVFSResultType, in INITFUNC()
13528 Py_INCREF((PyObject*) &StatVFSResultType); in INITFUNC()
13530 (PyObject*) &StatVFSResultType); in INITFUNC()