Home
last modified time | relevance | path

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

/system/testing/gtest_extras/
DColor.cpp38 bool stdout_is_tty = isatty(STDOUT_FILENO) != 0; in ShouldUseColor() local
39 if (!stdout_is_tty) { in ShouldUseColor()