Home
last modified time | relevance | path

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

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