Lines Matching refs:tty
178 tty, err := vmimpl.OpenConsole(con)
183 defer tty.Close()
186 tty.Close()
188 *out, _ = ioutil.ReadAll(tty)
367 var tty io.ReadCloser
370 tty, err = vmimpl.OpenAdbConsole(inst.adbBin, inst.device)
372 tty, err = vmimpl.OpenConsole(inst.console)
380 tty.Close()
390 tty.Close()
402 merger.Add("console", tty)
405 return vmimpl.Multiplex(adb, merger, tty, timeout, stop, inst.closed, inst.debug)