Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery.cpp692 int selected = initial_selection; in get_menu_selection() local
714 selected = ui->SelectMenu(--selected); in get_menu_selection()
717 selected = ui->SelectMenu(++selected); in get_menu_selection()
720 chosen_item = selected; in get_menu_selection()