Searched refs:should_wipe_cache (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/install/include/install/ |
D | install.h | 50 int install_package(const std::string& package, bool should_wipe_cache, bool needs_mount,
|
/bootable/recovery/install/ |
D | install.cpp | 635 int install_package(const std::string& path, bool should_wipe_cache, bool needs_mount, in install_package() argument 653 should_wipe_cache = should_wipe_cache || updater_wipe_cache; in install_package() 708 if (result == INSTALL_SUCCESS && should_wipe_cache) { in install_package()
|
/bootable/recovery/ |
D | recovery.cpp | 751 bool should_wipe_cache = false; in start_recovery() local 808 should_wipe_cache = true; in start_recovery() 884 status = install_package(update_package, should_wipe_cache, true, retry_count, ui); in start_recovery() 931 } else if (should_wipe_cache) { in start_recovery()
|