Home
last modified time | relevance | path

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

/packages/modules/adb/
Dsysdeps.h174 #define isatty ___xxx_isatty macro
585 return isatty(fd.get()); in unix_isatty()
587 #define isatty ___xxx_isatty macro
Dsysdeps_win32.cpp1487 #undef isatty in _get_console_handle()
1488 if (!isatty(fd.get())) { in _get_console_handle()
Dtest_device.py386 if self.device.has_shell_protocol() and os.isatty(sys.stdin.fileno()):