Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery.cpp629 int selected = initial_selection; in get_menu_selection() local
649 selected = ui->SelectMenu(--selected); in get_menu_selection()
652 selected = ui->SelectMenu(++selected); in get_menu_selection()
655 chosen_item = selected; in get_menu_selection()