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

  /bootable/recovery/
install.h 26 enum { INSTALL_SUCCESS, INSTALL_ERROR, INSTALL_CORRUPT };
27 // Install the package specified by root_path. If INSTALL_SUCCESS is
recovery.cpp 694 if (status == INSTALL_SUCCESS && wipe_cache) {
703 if (status != INSTALL_SUCCESS) {
717 if (status == INSTALL_SUCCESS && wipe_cache) {
726 if (status != INSTALL_SUCCESS) {
741 if (status != INSTALL_SUCCESS) {
852 int status = INSTALL_SUCCESS;
856 if (status == INSTALL_SUCCESS && wipe_cache) {
861 if (status != INSTALL_SUCCESS) ui->Print("Installation aborted.\n");
866 if (status != INSTALL_SUCCESS) ui->Print("Data wipe failed.\n");
869 if (status != INSTALL_SUCCESS) ui->Print("Cache wipe failed.\n")
    [all...]
install.cpp 174 return INSTALL_SUCCESS;
317 fputc(result == INSTALL_SUCCESS ? '1' : '0', install_log);

Completed in 625 milliseconds