Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/test/launcher/
H A Dtest_launcher.cc1098 print_test_stdio_(AUTO) {} in TestLauncher()
1354 if (print_test_stdio_ == AUTO) { in OnTestFinished()
1356 } else if (print_test_stdio_ == ALWAYS) { in OnTestFinished()
1358 } else if (print_test_stdio_ == NEVER) { in OnTestFinished()
1715 print_test_stdio_ = AUTO; in Init()
1717 print_test_stdio_ = ALWAYS; in Init()
1719 print_test_stdio_ = NEVER; in Init()
H A Dtest_launcher.h327 StdioRedirect print_test_stdio_; variable