Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c412 static PyTypeObject StatResultType; variable
495 PyObject *v = PyStructSequence_New(&StatResultType); in _pystat_fromstructstat()
4205 PyStructSequence_InitType(&StatResultType, &stat_result_desc); in INITFUNC()
4206 structseq_new = StatResultType.tp_new; in INITFUNC()
4207 StatResultType.tp_new = statresult_new; in INITFUNC()
4221 Py_INCREF((PyObject*) &StatResultType); in INITFUNC()
4222 PyModule_AddObject(m, "stat_result", (PyObject*) &StatResultType); in INITFUNC()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c411 static PyTypeObject StatResultType; variable
494 PyObject *v = PyStructSequence_New(&StatResultType); in _pystat_fromstructstat()
7391 PyStructSequence_InitType(&StatResultType, &stat_result_desc); in INITFUNC()
7392 structseq_new = StatResultType.tp_new; in INITFUNC()
7393 StatResultType.tp_new = statresult_new; in INITFUNC()
7407 Py_INCREF((PyObject*) &StatResultType); in INITFUNC()
7408 PyModule_AddObject(m, "stat_result", (PyObject*) &StatResultType); in INITFUNC()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c1213 static PyTypeObject StatResultType; variable
1292 PyObject *v = PyStructSequence_New(&StatResultType); in _pystat_fromstructstat()
9329 PyStructSequence_InitType(&StatResultType, &stat_result_desc); in INITFUNC()
9330 structseq_new = StatResultType.tp_new; in INITFUNC()
9331 StatResultType.tp_new = statresult_new; in INITFUNC()
9345 Py_INCREF((PyObject*) &StatResultType); in INITFUNC()
9346 PyModule_AddObject(m, "stat_result", (PyObject*) &StatResultType); in INITFUNC()