Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c1801 file_write(PyFileObject *f, PyObject *args) in file_write() function
2121 {"write", (PyCFunction)file_write, METH_VARARGS, write_doc},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c1741 file_write(PyFileObject *f, PyObject *args) in file_write() function
2053 {"write", (PyCFunction)file_write, METH_VARARGS, write_doc},