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

/frameworks/compile/libbcc/tools/abcc/
H A DMain.cpp81 int arg_idx = 3; local
83 if (::strcmp(argv[arg_idx], "--triple") == 0) {
84 if ((arg_idx + 2 /* --triple [triple] input */) >= argc) {
89 triple = argv[arg_idx + 1];
90 arg_idx += 2;
93 if (::strcmp(argv[arg_idx], "--android-sysroot") == 0) {
94 if ((arg_idx + 2 /* --android-sysroot [sysroot] input */) >= argc) {
99 sysroot = argv[arg_idx + 1];
100 arg_idx += 2;
114 // input is in argv[arg_idx]
[all...]

Completed in 32 milliseconds