Home
last modified time | relevance | path

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

/bootable/recovery/
Dinstall.h23 enum { INSTALL_SUCCESS, INSTALL_ERROR, INSTALL_CORRUPT, INSTALL_NONE, INSTALL_SKIPPED, enumerator
Drecovery.cpp1109 case INSTALL_SUCCESS: in prompt_and_wait()
1164 if (status == INSTALL_SUCCESS && should_wipe_cache) { in prompt_and_wait()
1170 if (status != INSTALL_SUCCESS) { in prompt_and_wait()
1503 int status = INSTALL_SUCCESS; in main()
1525 if (status == INSTALL_SUCCESS && should_wipe_cache) { in main()
1528 if (status != INSTALL_SUCCESS) { in main()
1585 if (status == INSTALL_SUCCESS && should_wipe_cache) { in main()
Dinstall.cpp481 return INSTALL_SUCCESS; in try_update_binary()
664 result == INSTALL_SUCCESS ? "1" : "0", in install_package()