Searched refs:OPTIONS (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/updater/ |
D | update_simulator_main.cpp | 64 constexpr struct option OPTIONS[] = { in main() local 76 while ((arg = getopt_long(argc, argv, "", OPTIONS, &option_index)) != -1) { in main() 82 auto option_name = OPTIONS[option_index].name; in main()
|
/bootable/recovery/applypatch/ |
D | applypatch_modes.cpp | 112 static constexpr struct option OPTIONS[]{ in applypatch_modes() struct 139 while ((arg = getopt_long(argc, argv, "", OPTIONS, &option_index)) != -1) { in applypatch_modes() 142 std::string option = OPTIONS[option_index].name; in applypatch_modes()
|
D | imgdiff.cpp | 248 static const struct option OPTIONS[] = { variable 1486 while ((opt = getopt_long(argc, const_cast<char**>(argv), "zb:v", OPTIONS, &option_index)) != in imgdiff() 1516 std::string name = OPTIONS[option_index].name; in imgdiff()
|
/bootable/recovery/ |
D | recovery_main.cpp | 345 static constexpr struct option OPTIONS[] = { in main() local 366 while ((arg = getopt_long(args_to_parse.size() - 1, args_to_parse.data(), "", OPTIONS, in main() 373 std::string option = OPTIONS[option_index].name; in main()
|
D | recovery.cpp | 594 static constexpr struct option OPTIONS[] = { in start_recovery() local 639 while ((arg = getopt_long(args_to_parse.size() - 1, args_to_parse.data(), "", OPTIONS, in start_recovery() 649 std::string option = OPTIONS[option_index].name; in start_recovery()
|