Searched refs:verification_file (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dcommandline.c1545 char* verification_file = NULL; local
1583 verification_file = argv[file_arg + 1];
1586 if (check_file(apk_file) || check_file(verification_file)) {
1591 if (verification_file != NULL) {
1592 snprintf(verification_dest, sizeof(verification_dest), where, get_basename(verification_file));
1607 if (verification_file != NULL) {
1608 err = do_sync_push(verification_file, verification_dest, 0 /* no verify APK */);
1619 if (verification_file != NULL) {

Completed in 5 milliseconds