Home
last modified time | relevance | path

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

/system/testing/gtest_extras/
DColor.cpp38 bool stdout_is_tty = isatty(STDOUT_FILENO) != 0; in ShouldUseColor()
/system/core/adb/
Dsysdeps.h156 #define isatty ___xxx_isatty macro
475 return isatty(fd); in unix_isatty()
477 #define isatty ___xxx_isatty macro
Dsysdeps_win32.cpp1235 #undef isatty in _get_console_handle()
1236 if (!isatty(fd)) { in _get_console_handle()
Dtest_device.py358 if self.device.has_shell_protocol() and os.isatty(sys.stdin.fileno()):
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dgrep.c595 if (isatty(STDOUT_FILENO) && term != NULL && in main()
/system/tools/aidl/
Daidl_language.cpp25 int isatty(int fd) in isatty() function