Searched refs:syntax_error (Results 1 – 1 of 1) sorted by relevance
371 static void syntax_error(const char* fmt, ...) { in syntax_error() function1664 if (args->empty()) syntax_error("expected argument"); in next_arg()1671 if (args->empty()) syntax_error("empty oem command"); in do_oem_command()2148 if (!args.empty()) syntax_error("junk after reboot command"); in Main()2241 syntax_error("missing 'flashing' command"); in Main()2268 syntax_error("expected 'wipe' or 'disable'"); in Main()2292 syntax_error("unknown command %s", command.c_str()); in Main()2345 syntax_error("OS patch level should be YYYY-MM-DD: %s", arg); in ParseOsPatchLevel()2360 syntax_error("bad OS version: %s", arg); in ParseOsVersion()2370 syntax_error("bad options: %s", arg); in ParseFsOption()[all …]