Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp131 FILE *NewOutputFile = OpenFile(OutputFd, "w"); in DupAndCloseStderr() local
132 if (NewOutputFile) { in DupAndCloseStderr()
133 OutputFile = NewOutputFile; in DupAndCloseStderr()