Home
last modified time | relevance | path

Searched refs:PyErr_SetFromWindowsErrWithFilename (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dpyerrors.h202 PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithFilename(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpyerrors.h189 PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithFilename(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpyerrors.h189 PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithFilename(
/aosp_15_r20/external/python/cpython3/Include/
Dpyerrors.h189 PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithFilename(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpyerrors.h189 PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithFilename(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpyerrors.h189 PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithFilename(
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat325 PyErr_SetFromWindowsErrWithFilename:PyObject*::null:
326 PyErr_SetFromWindowsErrWithFilename:int:ierr::
327 PyErr_SetFromWindowsErrWithFilename:char*:filename::
/aosp_15_r20/external/python/cpython2/Python/
Derrors.c507 PyObject *PyErr_SetFromWindowsErrWithFilename( in PyErr_SetFromWindowsErrWithFilename() function
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dexceptions.rst237 .. c:function:: PyObject* PyErr_SetFromWindowsErrWithFilename(int ierr, const char *filename)
254 Similar to :c:func:`PyErr_SetFromWindowsErrWithFilename`, with an additional
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat693 PyErr_SetFromWindowsErrWithFilename:PyObject*::null:
694 PyErr_SetFromWindowsErrWithFilename:int:ierr::
695 PyErr_SetFromWindowsErrWithFilename:const char*:filename::
Dstable_abi.dat162 function,PyErr_SetFromWindowsErrWithFilename,3.7,on Windows,
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c222 EXPORT_FUNC(PyErr_SetFromWindowsErrWithFilename)
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dexceptions.rst211 .. c:function:: PyObject* PyErr_SetFromWindowsErrWithFilename(int ierr, const char *filename)
240 Similar to :c:func:`PyErr_SetFromWindowsErrWithFilename`, with an additional
/aosp_15_r20/external/python/cpython2/Objects/
Dunicodeobject.c3947 PyErr_SetFromWindowsErrWithFilename(0, NULL); in decode_mbcs()
3969 PyErr_SetFromWindowsErrWithFilename(0, NULL); in decode_mbcs()
4039 PyErr_SetFromWindowsErrWithFilename(0, NULL); in encode_mbcs()
4061 PyErr_SetFromWindowsErrWithFilename(0, NULL); in encode_mbcs()
/aosp_15_r20/external/python/cpython3/Python/
Derrors.c972 PyObject *PyErr_SetFromWindowsErrWithFilename( in PyErr_SetFromWindowsErrWithFilename() function
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml2033 [function.PyErr_SetFromWindowsErrWithFilename]
DHISTORY10816 - Issue #10780: PyErr_SetFromWindowsErrWithFilename() and
23184 PyErr_SetFromWindowsErrWithFilename() and
/aosp_15_r20/external/python/cpython2/Modules/
Dposixmodule.c744 return PyErr_SetFromWindowsErrWithFilename(errno, filename); in win32_error()
/aosp_15_r20/external/python/cpython3/Modules/
Dposixmodule.c1688 return PyErr_SetFromWindowsErrWithFilename(errno, filename); in win32_error()
/aosp_15_r20/external/python/cpython2/Misc/
DHISTORY5800 PyErr_SetFromWindowsErrWithFilename() and