Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp577 auto LogFilePath = TempPath("SimPopenOut", ".txt"); in ExecuteCommand() local
579 Cmd.setOutputFile(LogFilePath); in ExecuteCommand()
581 *CmdOutput = FileToString(LogFilePath); in ExecuteCommand()
582 RemoveFile(LogFilePath); in ExecuteCommand()