Home
last modified time | relevance | path

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

/bootable/recovery/
Dadb_install.cpp74 apply_from_adb(RecoveryUI* ui_, 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()
Dadb_install.h22 int apply_from_adb(RecoveryUI* h, bool* wipe_cache, const char* install_file);
Dinstall.h30 int install_package(const char* root_path, bool* wipe_cache, const char* install_file,
Dinstall.cpp302 try_update_binary(const char* path, ZipArchive* zip, bool* wipe_cache, in try_update_binary() argument
393 *wipe_cache = false; in try_update_binary()
423 *wipe_cache = true; in try_update_binary()
457 really_install_package(const char *path, bool* wipe_cache, bool needs_mount, in really_install_package() argument
508 int result = try_update_binary(path, &zip, wipe_cache, log_buffer, retry_count); in really_install_package()
518 install_package(const char* path, bool* wipe_cache, const char* install_file, in install_package() argument
530 result = really_install_package(path, wipe_cache, needs_mount, log_buffer, retry_count); in install_package()
Drecovery.cpp865 static bool wipe_cache(bool should_confirm, Device* device) { in wipe_cache() function
1115 static int apply_from_sdcard(Device* device, bool* wipe_cache) { in apply_from_sdcard() argument
1168 result = install_package(FUSE_SIDELOAD_HOST_PATHNAME, wipe_cache, in apply_from_sdcard()
1233 wipe_cache(ui->IsTextVisible(), device); in prompt_and_wait()
1248 if (!wipe_cache(false, device)) { in prompt_and_wait()
1680 wipe_cache(false, device); in main()
1715 if (!wipe_cache(false, device)) { in main()
1734 if (!wipe_cache(false, device)) { in main()