Home
last modified time | relevance | path

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

/third_party/json/test/thirdparty/Fuzzer/
DFuzzerIO.cpp93 int OutputFd = DuplicateFile(2); in DupAndCloseStderr() local
94 if (OutputFd > 0) { in DupAndCloseStderr()
95 FILE *NewOutputFile = OpenFile(OutputFd, "w"); in DupAndCloseStderr()
99 EF->__sanitizer_set_report_fd(reinterpret_cast<void *>(OutputFd)); in DupAndCloseStderr()