Home
last modified time | relevance | path

Searched refs:PyErr_SetExcFromWindowsErrWithFilename (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Python/
Derrors.c469 PyObject *PyErr_SetExcFromWindowsErrWithFilename( in PyErr_SetExcFromWindowsErrWithFilename() function
499 return PyErr_SetExcFromWindowsErrWithFilename(exc, ierr, NULL); in PyErr_SetExcFromWindowsErr()
504 return PyErr_SetExcFromWindowsErrWithFilename(PyExc_WindowsError, in PyErr_SetFromWindowsErr()
/external/python/cpython3/Python/
Derrors.c685 PyObject *PyErr_SetExcFromWindowsErrWithFilename( in PyErr_SetExcFromWindowsErrWithFilename() function
715 return PyErr_SetExcFromWindowsErrWithFilename(exc, ierr, NULL); in PyErr_SetExcFromWindowsErr()
720 return PyErr_SetExcFromWindowsErrWithFilename(PyExc_OSError, in PyErr_SetFromWindowsErr()
/external/python/cpython2/Include/
Dpyerrors.h209 PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErrWithFilename(
/external/python/cpython3/Include/
Dpyerrors.h297 PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErrWithFilename(
/external/python/cpython2/Doc/data/
Drefcounts.dat310 PyErr_SetExcFromWindowsErrWithFilename:PyObject*::null:
311 PyErr_SetExcFromWindowsErrWithFilename:PyObject*:type:0:
312 PyErr_SetExcFromWindowsErrWithFilename:int:ierr::
313 PyErr_SetExcFromWindowsErrWithFilename:char*:filename::
/external/python/cpython3/PC/
Dpython3.def139 PyErr_SetExcFromWindowsErrWithFilename=python37.PyErr_SetExcFromWindowsErrWithFilename
/external/python/cpython3/Doc/data/
Drefcounts.dat625 PyErr_SetExcFromWindowsErrWithFilename:PyObject*::null:
626 PyErr_SetExcFromWindowsErrWithFilename:PyObject*:type:+1:
627 PyErr_SetExcFromWindowsErrWithFilename:int:ierr::
628 PyErr_SetExcFromWindowsErrWithFilename:const char*:filename::
/external/python/cpython2/Doc/c-api/
Dexceptions.rst252 .. c:function:: PyObject* PyErr_SetExcFromWindowsErrWithFilename(PyObject *type, int ierr, const ch…
/external/python/cpython3/Doc/c-api/
Dexceptions.rst233 .. c:function:: PyObject* PyErr_SetExcFromWindowsErrWithFilename(PyObject *type, int ierr, const ch…
/external/python/cpython3/Misc/
DHISTORY10817 PyErr_SetExcFromWindowsErrWithFilename() decode the filename from the
23183 PyErr_SetExcFromWindowsErrWithFilename(). Similar to
/external/python/cpython2/Misc/
DHISTORY5799 PyErr_SetExcFromWindowsErrWithFilename(). Similar to