Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery.cpp512 int selected = initial_selection; in get_menu_selection() local
534 selected = ui->SelectMenu(--selected); in get_menu_selection()
537 selected = ui->SelectMenu(++selected); in get_menu_selection()
540 chosen_item = selected; in get_menu_selection()