Lines Matching refs:decodecorpus
88 DECODECORPUS = os.environ.get('DECODECORPUS',
89 abs_join(FUZZ_DIR, '..', 'decodecorpus'))
675 decodecorpus.
677 output of decodecorpus shouldn't be used directly.
680 DECODECORPUS is the decodecorpus binary, and must already be built.
700 '--decodecorpus',
702 default=DECODECORPUS,
703 help="decodecorpus binary (default: $DECODECORPUS='{}')".format(
704 DECODECORPUS))
729 if not os.path.isfile(args.decodecorpus):
730 raise RuntimeError("{} is not a file run 'make -C {} decodecorpus'".
731 format(args.decodecorpus, abs_join(FUZZ_DIR, '..')))
752 args.decodecorpus,