Home
last modified time | relevance | path

Searched refs:PyErr_SetFromWindowsErrWithUnicodeFilename (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dpyerrors.h204 PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithUnicodeFilename(
/aosp_15_r20/external/python/cpython2/Python/
Derrors.c519 PyObject *PyErr_SetFromWindowsErrWithUnicodeFilename( in PyErr_SetFromWindowsErrWithUnicodeFilename() function
/aosp_15_r20/external/python/cpython2/Modules/
Dposixmodule.c755 return PyErr_SetFromWindowsErrWithUnicodeFilename(errno, filename); in win32_error_unicode()
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.11.0a1.rst5060 ``PyErr_SetFromWindowsErrWithUnicodeFilename()``, and