Home
last modified time | relevance | path

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

/aosp_15_r20/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()
/aosp_15_r20/external/python/cpython2/Include/
Dpyerrors.h207 PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErrWithFilenameObject(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpyerrors.h194 PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErrWithFilenameObject(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpyerrors.h194 PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErrWithFilenameObject(
/aosp_15_r20/external/python/cpython3/Include/
Dpyerrors.h194 PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErrWithFilenameObject(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpyerrors.h194 PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErrWithFilenameObject(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpyerrors.h194 PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErrWithFilenameObject(
/aosp_15_r20/external/python/cpython3/Modules/
D_winapi.c521 PyErr_SetExcFromWindowsErrWithFilenameObject(PyExc_OSError, 0, temp); in _winapi_CreateFileMapping_impl()
1451 PyErr_SetExcFromWindowsErrWithFilenameObject(PyExc_OSError, 0, temp); in _winapi_OpenFileMapping_impl()
Dposixmodule.c1698 return PyErr_SetExcFromWindowsErrWithFilenameObject( in win32_error_object_err()
1725 return PyErr_SetExcFromWindowsErrWithFilenameObject( in path_object_error()
/aosp_15_r20/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:
Dstable_abi.dat154 function,PyErr_SetExcFromWindowsErrWithFilenameObject,3.7,on Windows,
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dwinconsoleio.c362 PyErr_SetExcFromWindowsErrWithFilenameObject(PyExc_OSError, GetLastError(), nameobj); in _io__WindowsConsoleIO___init___impl()
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c214 EXPORT_FUNC(PyErr_SetExcFromWindowsErrWithFilenameObject)
/aosp_15_r20/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`,
/aosp_15_r20/external/python/cpython3/Python/
Derrors.c869 PyObject *PyErr_SetExcFromWindowsErrWithFilenameObject( in PyErr_SetExcFromWindowsErrWithFilenameObject() function
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dexceptions.rst243 .. c:function:: PyObject* PyErr_SetExcFromWindowsErrWithFilenameObject(PyObject *type, int ierr, Py…
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml2024 [function.PyErr_SetExcFromWindowsErrWithFilenameObject]