Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery.cpp803 bool should_wipe_cache = false; in prompt_and_wait() local
828 status = apply_from_adb(ui, &should_wipe_cache, TEMPORARY_INSTALL_FILE); in prompt_and_wait()
830 status = apply_from_sdcard(device, &should_wipe_cache); in prompt_and_wait()
833 if (status == INSTALL_SUCCESS && should_wipe_cache) { in prompt_and_wait()
932 bool should_wipe_cache = false; in main() local
945 case 'c': should_wipe_cache = true; break; in main()
1031 status = install_package(update_package, &should_wipe_cache, TEMPORARY_INSTALL_FILE, true); in main()
1032 if (status == INSTALL_SUCCESS && should_wipe_cache) { in main()
1049 } else if (should_wipe_cache) { in main()
1063 status = apply_from_adb(ui, &should_wipe_cache, TEMPORARY_INSTALL_FILE); in main()
[all …]