Searched refs:PyErr_SetFromErrnoWithFilenameObject (Results 1 - 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Derrors.c316 PyErr_SetFromErrnoWithFilenameObject(PyObject *exc, PyObject *filenameObject) function
399 PyObject *result = PyErr_SetFromErrnoWithFilenameObject(exc, name);
411 PyObject *result = PyErr_SetFromErrnoWithFilenameObject(exc, name);
420 return PyErr_SetFromErrnoWithFilenameObject(exc, NULL);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Derrors.c294 PyErr_SetFromErrnoWithFilenameObject(PyObject *exc, PyObject *filenameObject) function
377 PyObject *result = PyErr_SetFromErrnoWithFilenameObject(exc, name);
389 PyObject *result = PyErr_SetFromErrnoWithFilenameObject(exc, name);
398 return PyErr_SetFromErrnoWithFilenameObject(exc, NULL);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dpyerrors.h187 PyAPI_FUNC(PyObject *) PyErr_SetFromErrnoWithFilenameObject(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dpyerrors.h186 PyAPI_FUNC(PyObject *) PyErr_SetFromErrnoWithFilenameObject(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
H A Dfileio.c150 PyErr_SetFromErrnoWithFilenameObject(PyExc_IOError, nameobj);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dfileobject.c408 PyErr_SetFromErrnoWithFilenameObject(PyExc_IOError, f->f_name);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dfileobject.c408 PyErr_SetFromErrnoWithFilenameObject(PyExc_IOError, f->f_name);

Completed in 40 milliseconds