Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp38 static Stats ParseFinalStatsFromLog(const std::string &LogPath) { in ParseFinalStatsFromLog() argument
39 std::ifstream In(LogPath); in ParseFinalStatsFromLog()
69 std::string LogPath; member
81 RemoveFile(LogPath); in ~FuzzJob()
155 Job->LogPath = DirPlusFile(TempDir, std::to_string(JobId) + ".log"); in CreateNewJob()
170 Cmd.setOutputFile(Job->LogPath); in CreateNewJob()
183 auto Stats = ParseFinalStatsFromLog(Job->LogPath); in RunOneMergeJob()
369 std::ifstream In(Job->LogPath); in FuzzWithFork()
378 FileToString(Job->LogPath).c_str()); in FuzzWithFork()