Home
last modified time | relevance | path

Searched defs:headers (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/
Drecovery.c393 prepend_title(const char** headers) { in prepend_title()
416 get_menu_selection(char** headers, char** items, int menu_only, in get_menu_selection()
490 char** headers = prepend_title(MENU_HEADERS); in update_directory() local
604 char* headers[] = { "Confirm wipe of all user data?", in wipe_data() local
639 char** headers = prepend_title((const char**)MENU_HEADERS); in prompt_and_wait() local
Dui.c532 void ui_start_menu(char** headers, char** items, int initial_selection) { in ui_start_menu()