Lines Matching defs:error
45 // and would return an error ERR_MAX_PASSWORD_ATTEMPTS to VOLD. VOLD would
46 // wipe userdata partition once this error is received.
82 const char *error = NULL;
88 dlerror(); /* Clear any existing error */
91 if((error = dlerror()) == NULL) {
93 if((error = dlerror()) == NULL) {
95 if ((error = dlerror()) == NULL)
98 SLOGE("Error %s loading symbols for QSEECom APIs", error);
105 if(error)