HomeSort by relevance Sort by last modified time
    Searched defs:is_tty (Results 1 - 2 of 2) sorted by null

  /device/generic/goldfish/include/
qemu.h 37 char is_tty; member in struct:__anon3023
  /tools/repohooks/rh/
terminal.py 104 self._enabled = is_tty(sys.stderr)
108 def is_tty(fh): function
130 if is_tty(sys.stderr):

Completed in 62 milliseconds