Searched refs:apk_dest (Results 1 – 1 of 1) sorted by relevance
2248 std::string apk_dest = android::base::StringPrintf( in install_app_legacy() local2250 if (!do_sync_push(apk_file, apk_dest.c_str())) goto cleanup_apk; in install_app_legacy()2251 argv[last_apk] = apk_dest.c_str(); /* destination name, not source location */ in install_app_legacy()2255 delete_file(transport, serial, apk_dest); in install_app_legacy()