Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c808 oserror_init(PyOSErrorObject *self, PyObject **p_args, in oserror_init() function
941 if (oserror_init(self, &args, myerrno, strerror, filename, filename2 in OSError_new()
987 if (oserror_init(self, &args, myerrno, strerror, filename, filename2 in OSError_init()