Home
last modified time | relevance | path

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

/test/vts-testcase/security/poc/target/
Dpoc_test.cpp33 static struct option long_options[] = { variable
84 while ((opt = getopt_long_only(argc, argv, "", long_options, &index)) != -1) { in ParseVtsHostFlags()
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerUtils.cpp61 static struct option long_options[] = { variable
125 while ((opt = getopt_long_only(argc, argv, "", long_options, &index)) != -1) { in ExtractProtoFuzzerParams()