Searched refs:short_opts (Results 1 – 4 of 4) sorted by relevance
/test/vts/drivers/hal/server/ |
D | VtsHalDriverServerMain.cpp | 58 const char* const short_opts = "h:d:c:s:n"; in main() local 77 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr); in main()
|
/test/vts/drivers/hal/replayer/ |
D | VtsHidlHalReplayerMain.cpp | 73 const char* const short_opts = "hld:n:"; in main() local 86 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr); in main()
|
/test/vts/agents/hal/ |
D | VtsAgentMain.cpp | 61 const char* const short_opts = "hl:"; in main() local 74 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr); in main()
|
/test/vts/utils/native/trace_processor/ |
D | TraceProcessorMain.cpp | 109 const char* const short_opts = "hm:o:v:"; in main() local 119 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr); in main()
|