Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/
Dconsole_interceptor.cc53 int g_output_fd_for_testing; variable
262 g_output_fd_for_testing = fd; in SetOutputFdForTesting()
267 if (g_output_fd_for_testing) in OnSetup()
268 fd = g_output_fd_for_testing; in OnSetup()
328 if (g_output_fd_for_testing) { in Printf()
329 output = fdopen(dup(g_output_fd_for_testing), "w"); in Printf()
336 if (g_output_fd_for_testing) { in Printf()