Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dinstall.cpp328 static int try_update_binary(const std::string& package, ZipArchiveHandle zip, bool* wipe_cache, in try_update_binary() argument
422 *wipe_cache = false; in try_update_binary()
458 *wipe_cache = true; in try_update_binary()
574 static int really_install_package(const std::string& path, bool* wipe_cache, bool needs_mount, in really_install_package() argument
628 try_update_binary(path, zip, wipe_cache, log_buffer, retry_count, max_temperature, ui); in really_install_package()