Home
last modified time | relevance | path

Searched refs:PyErr_SetExcFromWindowsErrWithFilenameObject (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Python/
Derrors.c422 PyObject *PyErr_SetExcFromWindowsErrWithFilenameObject( in PyErr_SetExcFromWindowsErrWithFilenameObject() function
475 PyObject *ret = PyErr_SetExcFromWindowsErrWithFilenameObject(exc, in PyErr_SetExcFromWindowsErrWithFilename()
490 PyObject *ret = PyErr_SetExcFromWindowsErrWithFilenameObject(exc, in PyErr_SetExcFromWindowsErrWithUnicodeFilename()
512 PyObject *result = PyErr_SetExcFromWindowsErrWithFilenameObject( in PyErr_SetFromWindowsErrWithFilename()
526 PyObject *result = PyErr_SetExcFromWindowsErrWithFilenameObject( in PyErr_SetFromWindowsErrWithUnicodeFilename()
/external/python/cpython2/Include/
Dpyerrors.h207 PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErrWithFilenameObject(
/external/python/cpython2/Doc/c-api/
Dexceptions.rst243 .. c:function:: PyObject* PyErr_SetExcFromWindowsErrWithFilenameObject(PyObject *type, int ierr, Py…