Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp37305 int g_output_fd_for_testing; variable
37514 g_output_fd_for_testing = fd; in SetOutputFdForTesting()
37519 if (g_output_fd_for_testing) in OnSetup()
37520 fd = g_output_fd_for_testing; in OnSetup()
37580 if (g_output_fd_for_testing) { in Printf()
37581 output = fdopen(dup(g_output_fd_for_testing), "w"); in Printf()
37588 if (g_output_fd_for_testing) { in Printf()