Home
last modified time | relevance | path

Searched refs:syntax_error (Results 1 – 1 of 1) sorted by relevance

/system/core/fastboot/
Dfastboot.cpp362 static void syntax_error(const char* fmt, ...) { in syntax_error() function
1542 if (args->empty()) syntax_error("expected argument"); in next_arg()
1549 if (args->empty()) syntax_error("empty oem command"); in do_oem_command()
1910 if (argc == 0 && !wants_wipe && !wants_set_active) syntax_error("no command"); in Main()
2017 syntax_error("unknown reboot target %s", what.c_str()); in Main()
2021 if (!args.empty()) syntax_error("junk after reboot command"); in Main()
2114 syntax_error("missing 'flashing' command"); in Main()
2121 syntax_error("unknown 'flashing' command %s", args[0].c_str()); in Main()
2141 syntax_error("expected 'wipe' or 'disable'"); in Main()
2157 syntax_error("expected: snapshot-update [cancel|merge]"); in Main()
[all …]