Home
last modified time | relevance | path

Searched defs:tty_fd (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vmm-sys-util/src/unix/
Dterminal.rs76 fn tty_fd(&self) -> RawFd; in tty_fd() method
151 fn tty_fd(&self) -> RawFd { in tty_fd() method
166 fn tty_fd(&self) -> RawFd { in tty_fd() method
/aosp_15_r20/external/crosvm/base/src/sys/linux/
H A Dterminal.rs86 fn tty_fd(&self) -> RawFd; in tty_fd() method
114 fn tty_fd(&self) -> RawFd { in tty_fd() method
/aosp_15_r20/external/toybox/lib/
H A Dtty.c20 int tty_fd(void) in tty_fd() function
/aosp_15_r20/external/autotest/client/common_lib/
H A Dpexpect.py615 def __pty_make_controlling_tty(self, tty_fd): argument