Home
last modified time | relevance | path

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

/bootable/recovery/
Dadb_install.h20 int apply_from_adb(bool* wipe_cache, const char* install_file);
Dadb_install.cpp73 int apply_from_adb(bool* wipe_cache, const char* install_file) { in apply_from_adb() argument
116 result = install_package(FUSE_SIDELOAD_HOST_PATHNAME, wipe_cache, install_file, false, 0); in apply_from_adb()
Dinstall.h28 int install_package(const std::string& package, bool* wipe_cache, const std::string& install_file,
Dinstall.cpp305 static int try_update_binary(const std::string& package, ZipArchiveHandle zip, bool* wipe_cache, in try_update_binary() argument
407 *wipe_cache = false; in try_update_binary()
443 *wipe_cache = true; in try_update_binary()
552 static int really_install_package(const std::string& path, bool* wipe_cache, bool needs_mount, in really_install_package() argument
609 int result = try_update_binary(path, zip, wipe_cache, log_buffer, retry_count, max_temperature); in really_install_package()
617 int install_package(const std::string& path, bool* wipe_cache, const std::string& install_file, in install_package() argument
621 CHECK(wipe_cache != nullptr); in install_package()
635 result = really_install_package(path, wipe_cache, needs_mount, &log_buffer, retry_count, in install_package()
Drecovery.cpp786 static bool wipe_cache(bool should_confirm, Device* device) { in wipe_cache() function
1028 static int apply_from_sdcard(Device* device, bool* wipe_cache) { in apply_from_sdcard() argument
1081 result = install_package(FUSE_SIDELOAD_HOST_PATHNAME, wipe_cache, in apply_from_sdcard()
1150 wipe_cache(ui->IsTextVisible(), device); in prompt_and_wait()
1165 if (!wipe_cache(false, device)) { in prompt_and_wait()
1526 wipe_cache(false, device); in main()
1567 if (!wipe_cache(false, device)) { in main()
1586 if (!wipe_cache(false, device)) { in main()