Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c2391 PyObject *closeresult = file_close(foself); in file_init() local
2392 if (closeresult == NULL) in file_init()
2394 Py_DECREF(closeresult); in file_init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c2324 PyObject *closeresult = file_close(foself); in file_init() local
2325 if (closeresult == NULL) in file_init()
2327 Py_DECREF(closeresult); in file_init()