Searched refs:file_seek (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | fileobject.c | 758 file_seek(PyFileObject *f, PyObject *args) in file_seek() function 2123 {"seek", (PyCFunction)file_seek, METH_VARARGS, seek_doc},
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | fileobject.c | 744 file_seek(PyFileObject *f, PyObject *args) in file_seek() function 2055 {"seek", (PyCFunction)file_seek, METH_VARARGS, seek_doc},
|