Home
last modified time | relevance | path

Searched refs:PyErr_SetFromErrnoWithUnicodeFilename (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dpyerrors.h192 PyAPI_FUNC(PyObject *) PyErr_SetFromErrnoWithUnicodeFilename(
/external/python/cpython3/Include/
Dpyerrors.h253 PyAPI_FUNC(PyObject *) PyErr_SetFromErrnoWithUnicodeFilename(
/external/python/cpython2/Python/
Derrors.c403 PyErr_SetFromErrnoWithUnicodeFilename(PyObject *exc, const Py_UNICODE *filename) in PyErr_SetFromErrnoWithUnicodeFilename() function
/external/python/cpython2/Modules/_io/
Dfileio.c382 PyErr_SetFromErrnoWithUnicodeFilename(PyExc_IOError, widename); in fileio_init()
/external/python/cpython3/Python/
Derrors.c595 PyErr_SetFromErrnoWithUnicodeFilename(PyObject *exc, const Py_UNICODE *filename) in PyErr_SetFromErrnoWithUnicodeFilename() function
/external/python/cpython2/Modules/
Dposixmodule.c720 return PyErr_SetFromErrnoWithUnicodeFilename(PyExc_OSError, name); in posix_error_with_unicode_filename()