Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery.cpp667 static bool wipe_data(int should_confirm, Device* device) { in wipe_data() argument
668 if (should_confirm && !yes_no(device, "Wipe all user data?", " THIS CAN NOT BE UNDONE!")) { in wipe_data()
685 static bool wipe_cache(bool should_confirm, Device* device) { in wipe_cache() argument
686 if (should_confirm && !yes_no(device, "Wipe cache?", " THIS CAN NOT BE UNDONE!")) { in wipe_cache()