Home | History | Annotate | Download | only in recovery

Lines Matching refs:INSTALL_ERROR

631                 result = INSTALL_ERROR;
699 case INSTALL_ERROR:
963 if (device->WipeData()) status = INSTALL_ERROR;
964 if (erase_volume("/data")) status = INSTALL_ERROR;
965 if (wipe_cache && erase_volume("/cache")) status = INSTALL_ERROR;
968 if (wipe_cache && erase_volume("/cache")) status = INSTALL_ERROR;
975 if (status == INSTALL_ERROR || status == INSTALL_CORRUPT) {