Searched refs:TTY_DEVICE_PATH (Results 1 – 1 of 1) sorted by relevance
21 const TTY_DEVICE_PATH: &str = "/dev/char/tty0"; constant121 File::open(TTY_DEVICE_PATH).expect("[Error] Panel failed to open tty file"), in from_window()