Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpyerrors.h187 PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErrWithFilenameObject(
/third_party/python/Modules/
D_winapi.c521 PyErr_SetExcFromWindowsErrWithFilenameObject(PyExc_OSError, 0, temp); in _winapi_CreateFileMapping_impl()
1427 PyErr_SetExcFromWindowsErrWithFilenameObject(PyExc_OSError, 0, temp); in _winapi_OpenFileMapping_impl()
Dposixmodule.c1692 return PyErr_SetExcFromWindowsErrWithFilenameObject( in win32_error_object_err()
1719 return PyErr_SetExcFromWindowsErrWithFilenameObject( in path_object_error()
/third_party/python/Modules/_io/
Dwinconsoleio.c364 PyErr_SetExcFromWindowsErrWithFilenameObject(PyExc_OSError, GetLastError(), nameobj); in _io__WindowsConsoleIO___init___impl()
/third_party/python/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:
Dstable_abi.dat145 function,PyErr_SetExcFromWindowsErrWithFilenameObject,3.7,on Windows
/third_party/python/PC/
Dpython3dll.c209 EXPORT_FUNC(PyErr_SetExcFromWindowsErrWithFilenameObject)
/third_party/python/Python/
Derrors.c825 PyObject *PyErr_SetExcFromWindowsErrWithFilenameObject( in PyErr_SetExcFromWindowsErrWithFilenameObject() function
/third_party/python/Doc/c-api/
Dexceptions.rst220 .. c:function:: PyObject* PyErr_SetExcFromWindowsErrWithFilenameObject(PyObject *type, int ierr, Py…
230 Similar to :c:func:`PyErr_SetExcFromWindowsErrWithFilenameObject`,
/third_party/python/Misc/
Dstable_abi.txt1946 function PyErr_SetExcFromWindowsErrWithFilenameObject