Searched defs:last_apk (Results 1 - 1 of 1) sorted by path

/system/core/adb/
H A Dcommandline.cpp2107 int last_apk = -1; local
2110 last_apk = i;
2115 if (last_apk == -1) return syntax_error("need APK file on command line");
2118 std::vector<const char*> apk_file = {argv[last_apk]};
2120 where, android::base::Basename(argv[last_apk]).c_str());
2122 argv[last_apk] = apk_dest.c_str(); /* destination name, not source location */

Completed in 31 milliseconds