Home
last modified time | relevance | path

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

/system/testing/gtest_extras/
DColor.cpp44 const char* const color_term_env = getenv("COLORTERM"); in ShouldUseColor() local
45 if (color_term_env != nullptr) { in ShouldUseColor()
46 color_term = color_term_env; in ShouldUseColor()