Home
last modified time | relevance | path

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

/bootable/recovery/install/include/install/
Dinstall.h31 INSTALL_SUCCESS, enumerator
/bootable/recovery/
Drecovery.cpp210 return INSTALL_SUCCESS; // Just reboot, no wipe; not a failure, user asked for it in prompt_and_wipe_data()
216 return INSTALL_SUCCESS; in prompt_and_wipe_data()
482 case INSTALL_SUCCESS: in prompt_and_wait()
567 if (status != INSTALL_SUCCESS) { in prompt_and_wait()
854 int status = INSTALL_SUCCESS; in start_recovery()
885 if (status != INSTALL_SUCCESS) { in start_recovery()
/bootable/recovery/install/
Dinstall.cpp503 return INSTALL_SUCCESS; in try_update_binary()
681 result == INSTALL_SUCCESS ? "1" : "0", in install_package()
708 if (result == INSTALL_SUCCESS && should_wipe_cache) { in install_package()
Dadb_install.cpp120 return std::make_pair(*result == INSTALL_SUCCESS, should_continue); in AdbInstallPackageHandler()