HomeSort by relevance Sort by last modified time
    Searched refs:oerrors (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 561 PyObject *str, *oerrors; local
568 oerrors = PyString_FromString(errors);
569 if (!oerrors) {
574 oerrors = Py_None;
580 file->f_errors = oerrors;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 554 PyObject *str, *oerrors; local
561 oerrors = PyString_FromString(errors);
562 if (!oerrors) {
567 oerrors = Py_None;
573 file->f_errors = oerrors;
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 561 PyObject *str, *oerrors; local
568 oerrors = PyString_FromString(errors);
569 if (!oerrors) {
574 oerrors = Py_None;
578 Py_SETREF(file->f_errors, oerrors);
    [all...]

Completed in 82 milliseconds