Home
last modified time | relevance | path

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

/system/testing/gtest_extras/gtest_isolated/
DColor.cpp38 bool stdout_is_tty = isatty(STDOUT_FILENO) != 0; in ShouldUseColor()
/system/core/cli-test/
Dcli-test.cpp69 if (isatty(0)) printf("%s", (c == kRed) ? "\e[31m" : "\e[32m"); in Print()
70 printf("%s%s", lhs, isatty(0) ? "\e[0m" : ""); in Print()
/system/update_engine/scripts/
Dsimulate_ota.py148 if not valid and sys.stdout.isatty():
/system/sepolicy/private/
Dperfetto.te71 # perfetto log formatter calls isatty() on its stderr. Denial when running
/system/tools/aidl/
Daidl_language.cpp44 int isatty(int fd) in isatty() function