Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dupdate_simulator_main.cpp64 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/
Dapplypatch_modes.cpp112 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()
Dimgdiff.cpp248 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/
Drecovery_main.cpp345 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()
Drecovery.cpp594 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()