Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_bsddb.c183 static PyObject* DBPermissionsError; /* EPERM */ variable
686 case EPERM : errObj = DBPermissionsError; break; in makeDBError()
10277 MAKE_EX(DBPermissionsError); in init_bsddb()