Searched refs:g_output_fd_for_testing (Results 1 – 1 of 1) sorted by relevance
56 int g_output_fd_for_testing; variable265 g_output_fd_for_testing = fd; in SetOutputFdForTesting()270 if (g_output_fd_for_testing) in OnSetup()271 fd = g_output_fd_for_testing; in OnSetup()331 if (g_output_fd_for_testing) { in Printf()332 output = fdopen(dup(g_output_fd_for_testing), "w"); in Printf()339 if (g_output_fd_for_testing) { in Printf()