Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/tracing/
H A Dconsole_interceptor.cc56 int g_output_fd_for_testing; variable
265 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()