Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps.h170 #define isatty ___xxx_isatty macro
493 return isatty(fd); in unix_isatty()
495 #define isatty ___xxx_isatty macro
Dsysdeps_win32.cpp1178 #undef isatty in _get_console_handle()
1179 if (!isatty(fd)) { in _get_console_handle()
Dtest_device.py358 if self.device.has_shell_protocol() and os.isatty(sys.stdin.fileno()):
/system/tools/aidl/
Daidl_language.cpp16 int isatty(int fd) in isatty() function
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dgrep.c587 if (isatty(STDOUT_FILENO) && term != NULL && in main()