Lines Matching refs:verification_file
1417 char* verification_file = NULL;
1445 verification_file = argv[file_arg + 1];
1448 if (check_file(apk_file) || check_file(verification_file)) {
1453 if (verification_file != NULL) {
1454 snprintf(verification_dest, sizeof(verification_dest), where, get_basename(verification_file));
1469 if (verification_file != NULL) {
1470 err = do_sync_push(verification_file, verification_dest, 0 /* no verify APK */);
1480 if (verification_file != NULL) {