Home | History | Annotate | Download | only in adb

Lines Matching full:last_apk

2208     int last_apk = -1;
2218 last_apk = i;
2223 if (last_apk == -1) {
2229 std::vector<const char*> apk_file = {argv[last_apk]};
2231 where, adb_basename(argv[last_apk]).c_str());
2233 argv[last_apk] = apk_dest.c_str(); /* destination name, not source location */