Searched refs:PyErr_SetExcFromWindowsErrWithFilenameObject (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Include/ |
D | pyerrors.h | 187 PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErrWithFilenameObject(
|
/third_party/python/Modules/ |
D | _winapi.c | 521 PyErr_SetExcFromWindowsErrWithFilenameObject(PyExc_OSError, 0, temp); in _winapi_CreateFileMapping_impl() 1427 PyErr_SetExcFromWindowsErrWithFilenameObject(PyExc_OSError, 0, temp); in _winapi_OpenFileMapping_impl()
|
D | posixmodule.c | 1692 return PyErr_SetExcFromWindowsErrWithFilenameObject( in win32_error_object_err() 1719 return PyErr_SetExcFromWindowsErrWithFilenameObject( in path_object_error()
|
/third_party/python/Modules/_io/ |
D | winconsoleio.c | 364 PyErr_SetExcFromWindowsErrWithFilenameObject(PyExc_OSError, GetLastError(), nameobj); in _io__WindowsConsoleIO___init___impl()
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 658 PyErr_SetExcFromWindowsErrWithFilenameObject:PyObject*::null: 659 PyErr_SetExcFromWindowsErrWithFilenameObject:PyObject*:type:+1: 660 PyErr_SetExcFromWindowsErrWithFilenameObject:int:ierr:: 661 PyErr_SetExcFromWindowsErrWithFilenameObject:PyObject*:filename:+1:
|
D | stable_abi.dat | 145 function,PyErr_SetExcFromWindowsErrWithFilenameObject,3.7,on Windows
|
/third_party/python/PC/ |
D | python3dll.c | 209 EXPORT_FUNC(PyErr_SetExcFromWindowsErrWithFilenameObject)
|
/third_party/python/Python/ |
D | errors.c | 825 PyObject *PyErr_SetExcFromWindowsErrWithFilenameObject( in PyErr_SetExcFromWindowsErrWithFilenameObject() function
|
/third_party/python/Doc/c-api/ |
D | exceptions.rst | 220 .. c:function:: PyObject* PyErr_SetExcFromWindowsErrWithFilenameObject(PyObject *type, int ierr, Py… 230 Similar to :c:func:`PyErr_SetExcFromWindowsErrWithFilenameObject`,
|
/third_party/python/Misc/ |
D | stable_abi.txt | 1946 function PyErr_SetExcFromWindowsErrWithFilenameObject
|