Home
last modified time | relevance | path

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

/packages/modules/adb/
Dsysdeps.h173 #define isatty ___xxx_isatty macro
584 return isatty(fd.get()); in unix_isatty()
586 #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.py371 if self.device.has_shell_protocol() and os.isatty(sys.stdin.fileno()):
/packages/modules/Bluetooth/system/tools/scripts/
Dbtsnooz.py153 if not sys.stdin.isatty():