Home
last modified time | relevance | path

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/
Dfileobject.c106 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/
Dfileobject.c106 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()