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

/system/extras/kexec_tools/
H A Dkexecload.c88 int option_index = 0; local
/system/bt/tools/bdtool/
H A Dbdtool.c276 int option_index = 0; local
277 int c = getopt_long_only(argc, argv, "", long_options, &option_index);
283 if (option_index == 0) {
288 if (option_index == 1) {
291 if (option_index == 2) {
294 if (option_index == 3) {
297 if (option_index == 4) {
300 if (option_index == 5) {
303 if (option_index == 6) {
306 if (option_index
[all...]
/system/core/libziparchive/
H A Dzip_archive_test.cc542 int option_index; local
543 const int c = getopt_long_only(argc, argv, "", options, &option_index);
/system/extras/taskstats/
H A Dtaskstats.c320 int option_index; local
322 &option_index);
326 switch (option_index) {
/system/extras/tests/sdcard/
H A Dsdcard_perf_test.cpp211 int option_index = 0; local
216 &option_index);

Completed in 117 milliseconds