Searched refs:PyErr_SetFromErrnoWithFilenameObject (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | errors.c | 294 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/ |
D | errors.c | 316 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/ |
D | pyerrors.h | 186 PyAPI_FUNC(PyObject *) PyErr_SetFromErrnoWithFilenameObject(
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | pyerrors.h | 187 PyAPI_FUNC(PyObject *) PyErr_SetFromErrnoWithFilenameObject(
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
D | fileio.c | 150 PyErr_SetFromErrnoWithFilenameObject(PyExc_IOError, nameobj); in dircheck()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | fileobject.c | 408 PyErr_SetFromErrnoWithFilenameObject(PyExc_IOError, f->f_name); in open_the_file()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | fileobject.c | 408 PyErr_SetFromErrnoWithFilenameObject(PyExc_IOError, f->f_name); in open_the_file()
|