Searched refs:option_index (Results 1 - 11 of 11) sorted by relevance

/system/bt/tools/bdtool/
H A Dbdtool.c304 int option_index = 0; local
305 int c = getopt_long_only(argc, argv, "", long_options, &option_index);
310 if (option_index == 0) {
315 if (option_index == 1) {
318 if (option_index == 2) {
321 if (option_index == 3) {
324 if (option_index == 4) {
327 if (option_index == 5) {
330 if (option_index == 6) {
333 if (option_index
[all...]
/system/extras/tests/icachetest/
H A Dicache_main.cpp54 int option_index = 0; local
55 while ((opt = getopt_long(argc, argv, OPTSTR, OPTIONS, &option_index)) >= 0) {
80 [[maybe_unused]] int option_index = handleCommandLineArgments(argc, argv); local
81 [[maybe_unused]] int num_args = argc - option_index;
/system/core/adb/daemon/
H A Dmain.cpp222 int option_index = 0; local
223 int c = getopt_long(argc, argv, "", opts, &option_index);
/system/libufdt/tests/src/
H A Dufdt_gen_test_dts.c159 int option_index = 0; local
160 int c = getopt_long(argc, argv, short_options, long_options, &option_index);
/system/nvram/hal/
H A Dfake_nvram.cpp75 int option_index = 0; local
76 int c = getopt_long(argc, argv, "", options, &option_index);
/system/extras/taskstats/
H A Dtaskstats.c270 int option_index; local
272 &option_index);
276 switch (option_index) {
/system/core/bootstat/
H A Dbootstat.cpp433 int option_index = 0; local
453 while ((opt = getopt_long(argc, argv, "hlpr:", long_options, &option_index)) != -1) {
457 const std::string option_name = long_options[option_index].name;
/system/extras/kexec_tools/
H A Dkexecload.c88 int option_index = 0; local
/system/core/logcat/
H A Dlogcat.cpp865 int option_index = 0; local
906 long_options, &option_index, &optctx);
912 if (long_options[option_index].name == pid_str) {
916 long_options[option_index].name,
922 if (long_options[option_index].name == wrap_str) {
930 long_options[option_index].name,
938 long_options[option_index].name,
943 if (long_options[option_index].name == print_str) {
947 if (long_options[option_index].name == debug_str) {
951 if (long_options[option_index]
[all...]
/system/extras/tests/sdcard/
H A Dsdcard_perf_test.cpp211 int option_index = 0; local
216 &option_index);
/system/core/libziparchive/
H A Dzip_archive_test.cc776 int option_index; local
777 const int c = getopt_long_only(argc, argv, "", options, &option_index);

Completed in 452 milliseconds