Searched defs:redir_stderr (Results 1 – 1 of 1) sorted by relevance
210 FILE* redir_stderr = _wfreopen(log_path.value().c_str(), L"w", stderr); in InitLogging() local212 FILE* redir_stderr = freopen(log_path.value().c_str(), "w", stderr); in InitLogging() local