Searched defs:wipe_cache (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/ |
D | install.cpp | 51 try_update_binary(const char* path, ZipArchive* zip, bool* wipe_cache) { in try_update_binary() 198 really_install_package(const char *path, bool* wipe_cache, bool needs_mount) in really_install_package() 268 install_package(const char* path, bool* wipe_cache, const char* install_file, in install_package()
|
D | adb_install.cpp | 74 apply_from_adb(RecoveryUI* ui_, bool* wipe_cache, const char* install_file) { in apply_from_adb()
|
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()
|