Home
last modified time | relevance | path

Searched refs:get_closed (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dfileio.c1029 get_closed(fileio *self, void *closure) in get_closed() function
1047 {"closed", (getter)get_closed, NULL, "True if the file is closed"},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Dfileio.c1052 get_closed(fileio *self, void *closure) in get_closed() function
1070 {"closed", (getter)get_closed, NULL, "True if the file is closed"},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c2156 get_closed(PyFileObject *f, void *closure) in get_closed() function
2218 {"closed", (getter)get_closed, NULL, "True if the file is closed"},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c2088 get_closed(PyFileObject *f, void *closure) in get_closed() function
2150 {"closed", (getter)get_closed, NULL, "True if the file is closed"},