Home
last modified time | relevance | path

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

/aosp_15_r20/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()
/aosp_15_r20/external/python/cpython3/Python/
Derrors.c947 PyObject *PyErr_SetExcFromWindowsErrWithFilename( in PyErr_SetExcFromWindowsErrWithFilename() function
963 return PyErr_SetExcFromWindowsErrWithFilename(exc, ierr, NULL); in PyErr_SetExcFromWindowsErr()
968 return PyErr_SetExcFromWindowsErrWithFilename(PyExc_OSError, in PyErr_SetFromWindowsErr()
/aosp_15_r20/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::
/aosp_15_r20/external/python/cpython2/Include/
Dpyerrors.h209 PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErrWithFilename(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpyerrors.h200 PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErrWithFilename(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpyerrors.h200 PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErrWithFilename(
/aosp_15_r20/external/python/cpython3/Include/
Dpyerrors.h200 PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErrWithFilename(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpyerrors.h200 PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErrWithFilename(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpyerrors.h200 PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErrWithFilename(
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat653 PyErr_SetExcFromWindowsErrWithFilename:PyObject*::null:
654 PyErr_SetExcFromWindowsErrWithFilename:PyObject*:type:+1:
655 PyErr_SetExcFromWindowsErrWithFilename:int:ierr::
656 PyErr_SetExcFromWindowsErrWithFilename:const char*:filename::
Dstable_abi.dat153 function,PyErr_SetExcFromWindowsErrWithFilename,3.7,on Windows,
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c213 EXPORT_FUNC(PyErr_SetExcFromWindowsErrWithFilename)
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dexceptions.rst252 .. c:function:: PyObject* PyErr_SetExcFromWindowsErrWithFilename(PyObject *type, int ierr, const ch…
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml2021 [function.PyErr_SetExcFromWindowsErrWithFilename]
DHISTORY10817 PyErr_SetExcFromWindowsErrWithFilename() decode the filename from the
23183 PyErr_SetExcFromWindowsErrWithFilename(). Similar to
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dexceptions.rst238 .. c:function:: PyObject* PyErr_SetExcFromWindowsErrWithFilename(PyObject *type, int ierr, const ch…
/aosp_15_r20/external/python/cpython2/Misc/
DHISTORY5799 PyErr_SetExcFromWindowsErrWithFilename(). Similar to