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 }; enumerator
Drecovery.cpp784 case INSTALL_SUCCESS: in prompt_and_wait()
833 if (status == INSTALL_SUCCESS && should_wipe_cache) { in prompt_and_wait()
839 if (status != INSTALL_SUCCESS) { in prompt_and_wait()
1028 int status = INSTALL_SUCCESS; in main()
1032 if (status == INSTALL_SUCCESS && should_wipe_cache) { in main()
1035 if (status != INSTALL_SUCCESS) { in main()
1064 if (status == INSTALL_SUCCESS && should_wipe_cache) { in main()
1091 if ((status != INSTALL_SUCCESS && !sideload_auto_reboot) || ui->IsTextVisible()) { in main()
Dinstall.cpp194 return INSTALL_SUCCESS; in try_update_binary()
288 fputc(result == INSTALL_SUCCESS ? '1' : '0', install_log); in install_package()