Home
last modified time | relevance | path

Searched defs:StatResultType (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/RISCOS/Modules/
Driscosmodule.c177 static PyTypeObject StatResultType; variable
/external/python/cpython3/Modules/
Dposixmodule.c932 PyObject *StatResultType; member
2311 PyObject *StatResultType = get_posix_state(module)->StatResultType; in _pystat_fromstructstat() local
15383 PyObject *StatResultType = (PyObject *)PyStructSequence_NewType(&stat_result_desc); in posixmodule_exec() local
/external/python/cpython2/Modules/
Dposixmodule.c1400 static PyTypeObject StatResultType; variable