Home
last modified time | relevance | path

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

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