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

/system/core/adb/
H A Dcommandline.cpp1938 int first_apk = -1; local
1946 first_apk = i;
1952 if (first_apk == -1) return syntax_error("need APK file on command line");
1962 for (int i = 1; i < first_apk; i++) {
1994 for (int i = first_apk; i < argc; i++) {

Completed in 33 milliseconds