Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpyerrors.h204 PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithUnicodeFilename(
/external/python/cpython3/Include/
Dpyerrors.h287 PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithUnicodeFilename(
/external/python/cpython2/Python/
Derrors.c519 PyObject *PyErr_SetFromWindowsErrWithUnicodeFilename( in PyErr_SetFromWindowsErrWithUnicodeFilename() function
/external/python/cpython3/Python/
Derrors.c736 PyObject *PyErr_SetFromWindowsErrWithUnicodeFilename( in PyErr_SetFromWindowsErrWithUnicodeFilename() function
/external/python/cpython2/Modules/
Dposixmodule.c755 return PyErr_SetFromWindowsErrWithUnicodeFilename(errno, filename); in win32_error_unicode()