Home
last modified time | relevance | path

Searched defs:BootState (Results 1 – 2 of 2) 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() function
/bootable/recovery/recovery_ui/include/recovery_ui/
Ddevice.h30 class BootState; variable