Home
last modified time | relevance | path

Searched refs:PyErr_SetExcFromWindowsErrWithFilenameObject (Results 1 – 11 of 11) 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.h186 PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErrWithFilenameObject(
/external/python/cpython3/PC/
Dpython3.def140 PyErr_SetExcFromWindowsErrWithFilenameObject=python38.PyErr_SetExcFromWindowsErrWithFilenameObject
/external/python/cpython3/Modules/
D_winapi.c512 PyErr_SetExcFromWindowsErrWithFilenameObject(PyExc_OSError, 0, temp); in _winapi_CreateFileMapping_impl()
1411 PyErr_SetExcFromWindowsErrWithFilenameObject(PyExc_OSError, 0, temp); in _winapi_OpenFileMapping_impl()
Dposixmodule.c1479 return PyErr_SetExcFromWindowsErrWithFilenameObject( in win32_error_object_err()
1506 return PyErr_SetExcFromWindowsErrWithFilenameObject( in path_object_error()
/external/python/cpython3/Modules/_io/
Dwinconsoleio.c380 PyErr_SetExcFromWindowsErrWithFilenameObject(PyExc_OSError, GetLastError(), nameobj); in _io__WindowsConsoleIO___init___impl()
/external/python/cpython3/Doc/data/
Drefcounts.dat658 PyErr_SetExcFromWindowsErrWithFilenameObject:PyObject*::null:
659 PyErr_SetExcFromWindowsErrWithFilenameObject:PyObject*:type:+1:
660 PyErr_SetExcFromWindowsErrWithFilenameObject:int:ierr::
661 PyErr_SetExcFromWindowsErrWithFilenameObject:PyObject*:filename:+1:
/external/python/cpython3/Python/
Derrors.c696 PyObject *PyErr_SetExcFromWindowsErrWithFilenameObject( in PyErr_SetExcFromWindowsErrWithFilenameObject() function
/external/python/cpython3/Doc/c-api/
Dexceptions.rst220 .. c:function:: PyObject* PyErr_SetExcFromWindowsErrWithFilenameObject(PyObject *type, int ierr, Py…
230 Similar to :c:func:`PyErr_SetExcFromWindowsErrWithFilenameObject`,
/external/python/cpython2/Doc/c-api/
Dexceptions.rst243 .. c:function:: PyObject* PyErr_SetExcFromWindowsErrWithFilenameObject(PyObject *type, int ierr, Py…