Home
last modified time | relevance | path

Searched defs:stage (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/otautil/include/otautil/
Dboot_state.h24 BootState(std::string_view reason, std::string_view stage) : reason_(reason), stage_(stage) {} in BootState()
29 std::string stage() const { in stage() function
/bootable/recovery/bootloader_message/include/bootloader_message/
Dbootloader_message.h77 char stage[32]; member
/bootable/recovery/
Drecovery_main.cpp92 static std::vector<std::string> get_args(const int argc, char** const argv, std::string* stage) { in get_args()
341 std::string stage; in main() local
/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h396 int stage, max_stage; variable