Home | History | Annotate | Download | only in recovery

Lines Matching defs:yes_no

734 static bool yes_no(Device* device, const char* question1, const char* question2) {
743 return yes_no(device, "Wipe all user data?", " THIS CAN NOT BE UNDONE!");
792 if (should_confirm && !yes_no(device, "Wipe cache?", " THIS CAN NOT BE UNDONE!")) {