Searched refs:last_apk (Results 1 – 1 of 1) sorted by relevance
244 int last_apk = -1; in install_app_legacy() local250 last_apk = i; in install_app_legacy()255 if (last_apk == -1) error_exit("need APK file on command line"); in install_app_legacy()258 std::vector<const char*> apk_file = {argv[last_apk]}; in install_app_legacy()260 "/data/local/tmp/" + android::base::Basename(argv[last_apk]); in install_app_legacy()280 argv[last_apk] = apk_dest.c_str(); /* destination name, not source location */ in install_app_legacy()