HomeSort by relevance Sort by last modified time
    Searched refs:INSTALL_SUCCESS (Results 1 - 3 of 3) sorted by null

  /bootable/recovery/
install.h 22 enum { INSTALL_SUCCESS, INSTALL_ERROR, INSTALL_CORRUPT };
recovery.c 438 if (status != INSTALL_SUCCESS) {
498 int status = INSTALL_SUCCESS;
502 if (status != INSTALL_SUCCESS) ui_print("Installation aborted.\n");
507 if (status != INSTALL_SUCCESS) ui_print("Data wipe failed.\n");
510 if (status != INSTALL_SUCCESS) ui_print("Cache wipe failed.\n");
515 if (status != INSTALL_SUCCESS) ui_set_background(BACKGROUND_ICON_ERROR);
516 if (status != INSTALL_SUCCESS || ui_text_visible()) prompt_and_wait();
install.c 156 return INSTALL_SUCCESS;

Completed in 28 milliseconds