Home
last modified time | relevance | path

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

/external/rust/crates/libfuzzer-sys/libfuzzer/
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()
172 Job->LogPath = DirPlusFile(TempDir, std::to_string(JobId) + ".log"); in CreateNewJob()
187 Cmd.setOutputFile(Job->LogPath); in CreateNewJob()
200 auto Stats = ParseFinalStatsFromLog(Job->LogPath); in RunOneMergeJob()
445 std::ifstream In(Job->LogPath); in FuzzWithFork()
454 FileToString(Job->LogPath).c_str()); in FuzzWithFork()