Searched refs:headers (Results 1 – 7 of 7) sorted by relevance
/bootable/recovery/ |
D | recovery.cpp | 162 std::vector<std::string> headers{ question1, question2 }; in yes_no() local 166 headers, items, 0, true, in yes_no() 172 std::vector<std::string> headers{ "Wipe all user data?", " THIS CAN NOT BE UNDONE!" }; in ask_to_wipe_data() local 176 headers, items, in ask_to_wipe_data() 252 std::vector<std::string> headers{ "Select file to view" }; in choose_recovery_file() local 257 headers, entries, chosen_item, true, in choose_recovery_file() 344 std::vector<std::string> headers{ "WARNING: Previous installation has failed.", in AskToReboot() local 351 headers, items, 0, true /* menu_only */, in AskToReboot() 387 std::vector<std::string> headers; in PromptAndWait() local 389 headers = { "WARNING: Previous installation has failed.", in PromptAndWait() [all …]
|
/bootable/recovery/install/ |
D | fuse_install.cpp | 90 std::vector<std::string> headers{ "Choose a package to install:", path }; in BrowseDirectory() local 95 headers, entries, chosen_item, true, in BrowseDirectory()
|
/bootable/recovery/updater_sample/ |
D | README.md | 105 ## Sending HTTP headers from UpdateEngine 107 Sometimes OTA package server might require some HTTP headers to be present, 109 streaming update, `UpdateEngine` allows passing on certain HTTP headers; 110 as of writing this sample app, these headers are `Authorization` and `User-Agent`. 113 which HTTP headers are supported. 218 - [x] Add demo for passing HTTP headers to `UpdateEngine#applyPayload`
|
/bootable/recovery/recovery_ui/include/recovery_ui/ |
D | ui.h | 163 virtual size_t ShowMenu(const std::vector<std::string>& headers,
|
D | screen_ui.h | 109 const std::vector<std::string>& headers, const std::vector<std::string>& items, 225 size_t ShowMenu(const std::vector<std::string>& headers, const std::vector<std::string>& items,
|
/bootable/recovery/recovery_ui/ |
D | screen_ui.cpp | 65 const std::vector<std::string>& headers, const std::vector<std::string>& items, in TextMenu() argument 71 text_headers_(headers), in TextMenu() 1261 size_t ScreenRecoveryUI::ShowMenu(const std::vector<std::string>& headers, in ShowMenu() argument 1265 auto menu = CreateMenu(headers, items, initial_selection); in ShowMenu()
|
/bootable/recovery/fonts/ |
D | OFL.txt | 59 included either as stand-alone text files, human-readable headers or
|