Searched refs:OutputFd (Results 1 – 1 of 1) sorted by relevance
93 int OutputFd = DuplicateFile(2); in DupAndCloseStderr() local94 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()