Home
last modified time | relevance | path

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

/system/testing/gtest_extras/
DColor.cpp49 const char* const term_env = getenv("TERM"); in ShouldUseColor() local
50 if (term_env != nullptr) { in ShouldUseColor()
51 term = term_env; in ShouldUseColor()