Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerIO.cpp106 FILE *NewOutputFile = OpenFile(OutputFd, "w"); in DupAndCloseStderr() local
107 if (NewOutputFile) { in DupAndCloseStderr()
108 OutputFile = NewOutputFile; in DupAndCloseStderr()