Home
last modified time | relevance | path

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

/device/google/trout/hal/dumpstate/1.1/
Dserver_main.cpp75 int optValue; in main() local
76 while ((optValue = getopt_long_only(argc, argv, ":", longOptions, 0)) != -1) { in main()
77 switch (optValue) { in main()
/device/google/trout/hal/vehicle/2.0/
DUtils.cpp105 int optValue; in fromCommandLine() local
106 while ((optValue = getopt_long_only(argc, argv, ":", longOptions, 0)) != -1) { in fromCommandLine()
107 switch (optValue) { in fromCommandLine()