Searched defs:stage (Results 1 – 4 of 4) sorted by relevance
24 BootState(std::string_view reason, std::string_view stage) : reason_(reason), stage_(stage) {} in BootState()29 std::string stage() const { in stage() function
77 char stage[32]; member
92 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
396 int stage, max_stage; variable