Home
last modified time | relevance | path

Searched refs:INSTALL_SUCCESS (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/
Dinstall.h26 enum { INSTALL_SUCCESS, INSTALL_ERROR, INSTALL_CORRUPT, INSTALL_NONE, INSTALL_SKIPPED, enumerator
Drecovery.cpp1034 case INSTALL_SUCCESS: in prompt_and_wait()
1083 if (status == INSTALL_SUCCESS && should_wipe_cache) { in prompt_and_wait()
1089 if (status != INSTALL_SUCCESS) { in prompt_and_wait()
1450 int status = INSTALL_SUCCESS; in main()
1475 if (status == INSTALL_SUCCESS && should_wipe_cache) { in main()
1478 if (status != INSTALL_SUCCESS) { in main()
1525 if (status == INSTALL_SUCCESS && should_wipe_cache) { in main()
1552 if ((status != INSTALL_SUCCESS && status != INSTALL_SKIPPED && !sideload_auto_reboot) || in main()
Dinstall.cpp272 return INSTALL_SUCCESS; in try_update_binary()
374 fputc(result == INSTALL_SUCCESS ? '1' : '0', install_log); in install_package()