Searched refs:CFPath (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp197 void Fuzzer::CrashResistantMergeInternalStep(const std::string &CFPath) { argument
198 Printf("MERGE-INNER: using the control file '%s'\n", CFPath.c_str());
200 std::ifstream IF(CFPath);
212 std::ofstream OF(CFPath, std::ofstream::out | std::ofstream::app);
264 static size_t WriteNewControlFile(const std::string &CFPath, argument
283 RemoveFile(CFPath);
284 std::ofstream ControlFile(CFPath);
292 CFPath.c_str());
308 const std::string &CFPath,
313 if (FileSize(CFPath)) {
300 CrashResistantMerge(const Vector<std::string> &Args, const Vector<SizedFile> &OldCorpus, const Vector<SizedFile> &NewCorpus, Vector<std::string> *NewFiles, const Set<uint32_t> &InitialFeatures, Set<uint32_t> *NewFeatures, const Set<uint32_t> &InitialCov, Set<uint32_t> *NewCov, const std::string &CFPath, bool V ) argument
[all...]
H A DFuzzerMerge.h81 const std::string &CFPath,
H A DFuzzerFork.cpp71 std::string CFPath; member in struct:fuzzer::FuzzJob
80 RemoveFile(CFPath);
156 Job->CFPath = DirPlusFile(TempDir, std::to_string(JobId) + ".merge");
215 &NewFeatures, Cov, &NewCov, Job->CFPath, false);
312 auto CFPath = DirPlusFile(Env.TempDir, "merge.txt"); local
315 CFPath, false);
316 RemoveFile(CFPath);
H A DFuzzerDriver.cpp491 std::string CFPath = CFPathOrNull ? CFPathOrNull : TempPath(".txt"); local
495 {}, &NewCov, CFPath, true);
500 RemoveFile(CFPath);

Completed in 163 milliseconds