Home
last modified time | relevance | path

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

/test/vts/runners/target/gtest/
Dgtest_main.cpp62 bool stdout_is_tty = isatty(STDOUT_FILENO) != 0; in ShouldUseColor() local
63 if (!stdout_is_tty) { in ShouldUseColor()