Home
last modified time | relevance | path

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

/system/testing/gtest_extras/
DColor.cpp43 std::string color_term; in ShouldUseColor() local
46 color_term = color_term_env; in ShouldUseColor()
53 return !color_term.empty() || term == "xterm" || term == "xterm-color" || in ShouldUseColor()