Home
last modified time | relevance | path

Searched refs:PyErr_SetExcFromWindowsErrWithFilenameObject (Results 1 – 10 of 10) 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/cpython3/Include/
Dpyerrors.h291 PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErrWithFilenameObject(
/external/python/cpython3/PC/
Dpython3.def140 PyErr_SetExcFromWindowsErrWithFilenameObject=python37.PyErr_SetExcFromWindowsErrWithFilenameObject
/external/python/cpython3/Modules/_io/
Dwinconsoleio.c379 PyErr_SetExcFromWindowsErrWithFilenameObject(PyExc_OSError, GetLastError(), nameobj); in _io__WindowsConsoleIO___init___impl()
/external/python/cpython3/Doc/data/
Drefcounts.dat630 PyErr_SetExcFromWindowsErrWithFilenameObject:PyObject*::null:
631 PyErr_SetExcFromWindowsErrWithFilenameObject:PyObject*:type:+1:
632 PyErr_SetExcFromWindowsErrWithFilenameObject:int:ierr::
633 PyErr_SetExcFromWindowsErrWithFilenameObject:PyObject*:filename:+1:
/external/python/cpython3/Python/
Derrors.c612 PyObject *PyErr_SetExcFromWindowsErrWithFilenameObject( in PyErr_SetExcFromWindowsErrWithFilenameObject() function
/external/python/cpython3/Doc/c-api/
Dexceptions.rst215 .. c:function:: PyObject* PyErr_SetExcFromWindowsErrWithFilenameObject(PyObject *type, int ierr, Py…
225 Similar to :c:func:`PyErr_SetExcFromWindowsErrWithFilenameObject`,
/external/python/cpython2/Doc/c-api/
Dexceptions.rst243 .. c:function:: PyObject* PyErr_SetExcFromWindowsErrWithFilenameObject(PyObject *type, int ierr, Py…
/external/python/cpython3/Modules/
Dposixmodule.c1425 return PyErr_SetExcFromWindowsErrWithFilenameObject( in win32_error_object()
1445 return PyErr_SetExcFromWindowsErrWithFilenameObject( in path_object_error()