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

/system/core/adb/
H A Dcommandline.c1544 char* apk_file; local
1580 apk_file = argv[file_arg];
1586 if (check_file(apk_file) || check_file(verification_file)) {
1590 snprintf(apk_dest, sizeof apk_dest, where, get_basename(apk_file));
1600 err = do_sync_push(apk_file, apk_dest, verify_apk);

Completed in 34 milliseconds