Home
last modified time | relevance | path

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

/device/google/trout/hal/dumpstate/1.1/
Dserver_main.cpp69 struct option longOptions[] = { in main() local
76 while ((optValue = getopt_long_only(argc, argv, ":", longOptions, 0)) != -1) { in main()
/device/google/trout/hal/vehicle/2.0/
DUtils.cpp97 struct option longOptions[] = { in fromCommandLine() local
106 while ((optValue = getopt_long_only(argc, argv, ":", longOptions, 0)) != -1) { in fromCommandLine()