Home
last modified time | relevance | path

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

/bootable/recovery/install/include/install/
Dinstall.h52 bool should_wipe_cache, int retry_count, RecoveryUI* ui);
/bootable/recovery/
Drecovery.cpp620 bool should_wipe_cache = false; in start_recovery() local
674 should_wipe_cache = true; in start_recovery()
760 status = InstallPackage(memory_package.get(), update_package, should_wipe_cache, in start_recovery()
811 } else if (should_wipe_cache) { in start_recovery()
/bootable/recovery/install/
Dinstall.cpp565 bool should_wipe_cache, int retry_count, RecoveryUI* ui) { in InstallPackage() argument
588 should_wipe_cache = should_wipe_cache || updater_wipe_cache; in InstallPackage()
643 if (result == INSTALL_SUCCESS && should_wipe_cache) { in InstallPackage()