Home
last modified time | relevance | path

Searched defs:fdobj (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.c228 edk2_fildes(PyObject *fdobj, int (*func)(int)) in edk2_fildes()
780 edk2_fsync(PyObject *self, PyObject *fdobj) in edk2_fsync()
798 edk2_fdatasync(PyObject *self, PyObject *fdobj) in edk2_fdatasync()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c687 posix_fildes(PyObject *fdobj, int (*func)(int)) in posix_fildes()
1657 posix_fchdir(PyObject *self, PyObject *fdobj) in posix_fchdir()
1854 posix_fsync(PyObject *self, PyObject *fdobj) in posix_fsync()
1872 posix_fdatasync(PyObject *self, PyObject *fdobj) in posix_fdatasync()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c227 posix_fildes(PyObject *fdobj, int (*func)(int)) in posix_fildes()
779 posix_fsync(PyObject *self, PyObject *fdobj) in posix_fsync()
797 posix_fdatasync(PyObject *self, PyObject *fdobj) in posix_fdatasync()