Searched refs:file_PyObject_Print (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | fileobject.c | 106 file_PyObject_Print(PyObject *op, PyFileObject *f, int flags) in file_PyObject_Print() function 2579 result = file_PyObject_Print(value, fobj, flags); in PyFile_WriteObject() 2583 return file_PyObject_Print(v, fobj, flags); in PyFile_WriteObject()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | fileobject.c | 106 file_PyObject_Print(PyObject *op, PyFileObject *f, int flags) in file_PyObject_Print() function 2512 result = file_PyObject_Print(value, fobj, flags); in PyFile_WriteObject() 2516 return file_PyObject_Print(v, fobj, flags); in PyFile_WriteObject()
|