Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerMerge.cpp211 const std::vector<std::string> &Corpora) { in CrashResistantMerge()
212 if (Corpora.size() <= 1) { in CrashResistantMerge()
217 ListFilesInDirRecursive(Corpora[0], nullptr, &AllFiles, /*TopDir*/true); in CrashResistantMerge()
219 for (size_t i = 1; i < Corpora.size(); i++) in CrashResistantMerge()
220 ListFilesInDirRecursive(Corpora[i], nullptr, &AllFiles, /*TopDir*/true); in CrashResistantMerge()
210 CrashResistantMerge(const std::vector<std::string> &Args, const std::vector<std::string> &Corpora) CrashResistantMerge() argument
H A DFuzzerInternal.h89 // Merge Corpora[1:] into Corpora[0].
90 void Merge(const std::vector<std::string> &Corpora);
92 const std::vector<std::string> &Corpora);
H A DFuzzerLoop.cpp637 void Fuzzer::Merge(const std::vector<std::string> &Corpora) { in Merge() argument
638 if (Corpora.size() <= 1) { in Merge()
643 std::vector<std::string> ExtraCorpora(Corpora.begin() + 1, Corpora.end()); in Merge()
647 ReadDirToVectorOfUnits(Corpora[0].c_str(), &Initial, nullptr, MaxInputLen, in Merge()

Completed in 3 milliseconds