Home
last modified time | relevance | path

Searched refs:is_tty (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/include/
Dqemu.h37 char is_tty; member
/device/generic/goldfish/vibrator/
Dqemu.c179 channel->is_tty = !memcmp("/dev/tty", channel->device, 8); in qemu_channel_open_tty()
239 if (fd >= 0 && channel->is_tty) { in qemu_channel_open()