Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dfuse_sdcard_install.cpp88 std::vector<std::string> headers{ "Choose a package to install:", path }; in BrowseDirectory() local
/bootable/recovery/
Drecovery.cpp167 std::vector<std::string> headers{ question1, question2 }; in yes_no() local
177 std::vector<std::string> headers{ "Wipe all user data?", " THIS CAN NOT BE UNDONE!" }; in ask_to_wipe_data() local
415 std::vector<std::string> headers{ "Select file to view" }; in choose_recovery_file() local
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp65 const std::vector<std::string>& headers, const std::vector<std::string>& items, in TextMenu()
1247 size_t ScreenRecoveryUI::ShowMenu(const std::vector<std::string>& headers, in ShowMenu()