Searched refs:PyErr_SetFromWindowsErrWithUnicodeFilename (Results 1 – 5 of 5) sorted by relevance
204 PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithUnicodeFilename(
287 PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithUnicodeFilename(
519 PyObject *PyErr_SetFromWindowsErrWithUnicodeFilename( in PyErr_SetFromWindowsErrWithUnicodeFilename() function
736 PyObject *PyErr_SetFromWindowsErrWithUnicodeFilename( in PyErr_SetFromWindowsErrWithUnicodeFilename() function
755 return PyErr_SetFromWindowsErrWithUnicodeFilename(errno, filename); in win32_error_unicode()