Searched defs:longopts (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/obbtool/
H A DMain.cpp36 static const struct option longopts[] = { variable in typeref:struct:option
194 while ((opt = getopt_long(argc, argv, ADD_OPTS, longopts, &option_index)) != -1) {
197 if (longopts[option_index].flag)
199 fprintf(stderr, "'%s' requires an argument\n", longopts[option_index].name);

Completed in 25 milliseconds