Searched refs:option_index (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/updater/ |
D | update_simulator_main.cpp | 75 int option_index; 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 | 138 int option_index; in applypatch_modes() local 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 | 1483 int option_index; in imgdiff() local 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 | 365 int option_index; in main() local 367 &option_index)) != -1) { in main() 373 std::string option = OPTIONS[option_index].name; in main()
|
D | recovery.cpp | 635 int option_index; in start_recovery() local 640 &option_index)) != -1) { in start_recovery() 649 std::string option = OPTIONS[option_index].name; in start_recovery()
|