Home | History | Annotate | Download | only in recovery

Lines Matching refs:INSTALL_ERROR

714                 result = INSTALL_ERROR;
782 case INSTALL_ERROR:
1042 if (device->WipeData()) status = INSTALL_ERROR;
1043 if (erase_volume("/data")) status = INSTALL_ERROR;
1044 if (wipe_cache && erase_volume("/cache")) status = INSTALL_ERROR;
1047 if (wipe_cache && erase_volume("/cache")) status = INSTALL_ERROR;
1054 if (status == INSTALL_ERROR || status == INSTALL_CORRUPT) {