Home
last modified time | relevance | path

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

/external/autotest/client/virt/
Daexpect.py104 inpipe_fd = os.open(inpipe_filename, os.O_RDWR) variable
129 r, w, x = select.select([shell_fd, inpipe_fd], fds, [], 0.5)
157 if inpipe_fd in r:
158 data = os.read(inpipe_fd, 1024)
178 os.close(inpipe_fd)