Lines Matching refs:verification_file
1665 char* verification_file = NULL;
1703 verification_file = argv[file_arg + 1];
1706 if (check_file(apk_file) || check_file(verification_file)) {
1711 if (verification_file != NULL) {
1712 snprintf(verification_dest, sizeof(verification_dest), where, get_basename(verification_file));
1727 if (verification_file != NULL) {
1728 err = do_sync_push(verification_file, verification_dest, 0 /* no verify APK */);
1739 if (verification_file != NULL) {