Searched refs:wipe_cache (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/ |
D | install.cpp | 51 try_update_binary(const char* path, ZipArchive* zip, bool* wipe_cache) { in try_update_binary() argument 144 *wipe_cache = false; in try_update_binary() 173 *wipe_cache = true; in try_update_binary() 198 really_install_package(const char *path, bool* wipe_cache, bool needs_mount) in really_install_package() argument 258 int result = try_update_binary(path, &zip, wipe_cache); in really_install_package() 268 install_package(const char* path, bool* wipe_cache, const char* install_file, in install_package() argument 285 result = really_install_package(path, wipe_cache, needs_mount); in install_package()
|
D | adb_install.cpp | 74 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); in apply_from_adb()
|
D | adb_install.h | 22 int apply_from_adb(RecoveryUI* h, bool* wipe_cache, const char* install_file);
|
D | install.h | 30 int install_package(const char* root_path, bool* wipe_cache,
|
D | recovery.cpp | 685 static bool wipe_cache(bool should_confirm, Device* device) { in wipe_cache() function 750 static int apply_from_sdcard(Device* device, bool* wipe_cache) { in apply_from_sdcard() argument 768 int status = install_package(FUSE_SIDELOAD_HOST_PATHNAME, wipe_cache, in apply_from_sdcard() 819 wipe_cache(ui->IsTextVisible(), device); in prompt_and_wait() 834 if (!wipe_cache(false, device)) { in prompt_and_wait() 1033 wipe_cache(false, device); in main() 1050 if (!wipe_cache(false, device)) { in main() 1065 if (!wipe_cache(false, device)) { in main()
|