Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery.cpp162 std::vector<std::string> headers{ question1, question2 }; in yes_no() local
172 std::vector<std::string> headers{ "Wipe all user data?", " THIS CAN NOT BE UNDONE!" }; in ask_to_wipe_data() local
252 std::vector<std::string> headers{ "Select file to view" }; in choose_recovery_file() local
344 std::vector<std::string> headers{ "WARNING: Previous installation has failed.", in AskToReboot() local
387 std::vector<std::string> headers; in PromptAndWait() local
/bootable/recovery/install/
Dfuse_install.cpp90 std::vector<std::string> headers{ "Choose a package to install:", path }; in BrowseDirectory() local
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp65 const std::vector<std::string>& headers, const std::vector<std::string>& items, in TextMenu()
1261 size_t ScreenRecoveryUI::ShowMenu(const std::vector<std::string>& headers, in ShowMenu()