Home
last modified time | relevance | path

Searched refs:PyErr_SetFromErrnoWithFilename (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Misc/
H A Dcoverity_model.c80 PyObject *PyErr_SetFromErrnoWithFilename(PyObject *exc, const char *filename) in PyErr_SetFromErrnoWithFilename() function
/third_party/python/Tools/peg_generator/peg_extension/
H A Dpeg_extension.c49 PyErr_SetFromErrnoWithFilename(PyExc_OSError, filename); in parse_file()
/third_party/python/Include/
H A Dpyerrors.h171 PyAPI_FUNC(PyObject *) PyErr_SetFromErrnoWithFilename(
/third_party/python/Modules/
H A Dossaudiodev.c136 PyErr_SetFromErrnoWithFilename(PyExc_OSError, devicename); in newossobject()
142 PyErr_SetFromErrnoWithFilename(PyExc_OSError, devicename); in newossobject()
H A D_gdbmmodule.c88 PyErr_SetFromErrnoWithFilename(state->gdbm_error, file); in newgdbmobject()
H A D_dbmmodule.c84 PyErr_SetFromErrnoWithFilename(state->dbm_error, file); in newdbmobject()
/third_party/python/PC/
H A Dpython3dll.c218 EXPORT_FUNC(PyErr_SetFromErrnoWithFilename)
/third_party/python/Parser/
H A Dtokenizer.c452 PyErr_SetFromErrnoWithFilename(PyExc_OSError, NULL); in fp_setreadl()
/third_party/python/Python/
H A Derrors.c853 PyErr_SetFromErrnoWithFilename(PyObject *exc, const char *filename) in PyErr_SetFromErrnoWithFilename() function

Completed in 14 milliseconds