Home
last modified time | relevance | path

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

/third_party/json/test/thirdparty/Fuzzer/
DFuzzerMerge.cpp227 std::ofstream ControlFile(CFPath); in CrashResistantMerge() local
228 ControlFile << AllFiles.size() << "\n"; in CrashResistantMerge()
229 ControlFile << NumFilesInFirstCorpus << "\n"; in CrashResistantMerge()
231 ControlFile << Path << "\n"; in CrashResistantMerge()
232 ControlFile.close(); in CrashResistantMerge()