Searched refs:syntax_error (Results 1 – 3 of 3) sorted by relevance
529 void syntax_error(const char* fmt, ...) { in syntax_error() function1997 if (args->empty()) syntax_error("expected argument"); in next_arg()2004 if (args->empty()) syntax_error("empty oem command"); in do_oem_command()2377 if (argc == 0 && !fp->wants_wipe && !fp->wants_set_active) syntax_error("no command"); in Main()2494 if (!args.empty()) syntax_error("junk after reboot command"); in Main()2580 syntax_error("missing 'flashing' command"); in Main()2586 syntax_error("unknown 'flashing' command %s", args[0].c_str()); in Main()2602 if (args.empty()) syntax_error("invalid gsi command"); in Main()2622 syntax_error("expected: snapshot-update [cancel|merge]"); in Main()2630 syntax_error("unknown command %s", command.c_str()); in Main()[all …]
161 void syntax_error(const char* fmt, ...);
101 syntax_error("unknown reboot target %s", reboot_target_.c_str()); in Run()