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

/system/core/adb/
H A Dcommandline.c1438 char* apk_file; local
1464 apk_file = argv[file_arg];
1470 if (check_file(apk_file) || check_file(verification_file)) {
1474 snprintf(apk_dest, sizeof apk_dest, where, get_basename(apk_file));
1484 err = do_sync_push(apk_file, apk_dest, 1 /* verify APK */);

Completed in 45 milliseconds