Searched defs:wipe_cache (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/ |
D | install.cpp | 50 try_update_binary(const char *path, ZipArchive *zip, int* wipe_cache) { in try_update_binary() 185 really_install_package(const char *path, int* wipe_cache, bool needs_mount) in really_install_package() 255 install_package(const char* path, int* wipe_cache, const char* install_file, in install_package()
|
D | adb_install.cpp | 78 apply_from_adb(RecoveryUI* ui_, int* wipe_cache, const char* install_file) { in apply_from_adb()
|
D | recovery.cpp | 852 int wipe_cache = 0; in prompt_and_wait() local 1009 int wipe_data = 0, wipe_cache = 0, show_text = 0; in main() local
|