Home
last modified time | relevance | path

Searched defs:reason (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()
26 std::string reason() const { in reason() function
/bootable/recovery/
Drecovery_main.cpp356 std::string reason; in main() local