Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/daemon_lib/
Dshell.rs90 struct PtyProcess { struct
95 impl PtyProcess { argument
111 fn init_pty_process(cmd: Option<String>, _channel_id: u32) -> io::Result<PtyProcess> { in init_pty_process()