Searched refs:should_wipe_cache (Results 1 – 3 of 3) sorted by relevance
52 bool should_wipe_cache, int retry_count, RecoveryUI* ui);
620 bool should_wipe_cache = false; in start_recovery() local674 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()
565 bool should_wipe_cache, int retry_count, RecoveryUI* ui) { in InstallPackage() argument588 should_wipe_cache = should_wipe_cache || updater_wipe_cache; in InstallPackage()643 if (result == INSTALL_SUCCESS && should_wipe_cache) { in InstallPackage()