Home
last modified time | relevance | path

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

/external/llvm/lib/Fuzzer/
DFuzzerIO.cpp123 FILE *NewOutputFile = fdopen(OutputFd, "w"); in DupAndCloseStderr() local
124 if (NewOutputFile) { in DupAndCloseStderr()
125 OutputFile = NewOutputFile; in DupAndCloseStderr()