Home
last modified time | relevance | path

Searched refs:SEED_CORPUS_LIMIT_MB (Results 1 – 1 of 1) sorted by relevance

/external/openscreen/testing/libfuzzer/
Darchive_corpus.py19 SEED_CORPUS_LIMIT_MB = 100 variable
51 if os.path.getsize(seed_corpus_path) > SEED_CORPUS_LIMIT_MB * 1024 * 1024:
53 (seed_corpus_path, SEED_CORPUS_LIMIT_MB))