Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery.cpp205 return INSTALL_SUCCESS; // Just reboot, no wipe; not a failure, user asked for it in prompt_and_wipe_data()
212 return INSTALL_SUCCESS; in prompt_and_wipe_data()
366 case INSTALL_SUCCESS: in PromptAndWait()
484 if (status == INSTALL_SUCCESS) { in PromptAndWait()
721 InstallResult status = INSTALL_SUCCESS; in start_recovery()
770 if (status != INSTALL_SUCCESS) { in start_recovery()
/bootable/recovery/install/include/install/
Dinstall.h31 INSTALL_SUCCESS, enumerator
/bootable/recovery/install/
Dinstall.cpp534 return INSTALL_SUCCESS; in TryUpdateBinary()
616 result == INSTALL_SUCCESS ? "1" : "0", in InstallPackage()
643 if (result == INSTALL_SUCCESS && should_wipe_cache) { in InstallPackage()
Dadb_install.cpp124 return std::make_pair(*result == INSTALL_SUCCESS, should_continue); in AdbInstallPackageHandler()