Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c758 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/
Dfileobject.c744 file_seek(PyFileObject *f, PyObject *args) in file_seek() function
2055 {"seek", (PyCFunction)file_seek, METH_VARARGS, seek_doc},