Home
last modified time | relevance | path

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

/system/extras/runconuid/
Drunconuid.cpp16 const char* optstr = "<1u:g:G:c:s"; variable
147 while ((c = getopt(argc, argv, optstr)) != -1) { in parse_arguments()
/system/tools/hidl/
DCoordinator.cpp995 std::string optstr = options + "p:r:RFvd:"; in parseOptions() local
996 while ((res = getopt(argc, argv, optstr.c_str())) >= 0) { in parseOptions()