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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp38 static Stats ParseFinalStatsFromLog(const std::string &LogPath) { argument
39 std::ifstream In(LogPath);
69 std::string LogPath; member in struct:fuzzer::FuzzJob
81 RemoveFile(LogPath);
153 Job->LogPath = DirPlusFile(TempDir, std::to_string(JobId) + ".log");
168 Cmd.setOutputFile(Job->LogPath);
181 auto Stats = ParseFinalStatsFromLog(Job->LogPath);
360 std::ifstream In(Job->LogPath);
369 FileToString(Job->LogPath).c_str());

Completed in 68 milliseconds