Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dpty_process.rs77 let mut pty = Pty::new().unwrap(); in sdv_pty_process_read_and_write_test() localVariable
107 let mut pty = Pty::new().unwrap(); in sdv_pty_split_test() localVariable
139 let pty = Pty::new().unwrap(); in sdv_pty_into_split_test() localVariable
172 let pty = Pty::new().unwrap(); in sdv_pty_unsplit_test() localVariable
175 let mut pty = Pty::unsplit(read_pty, write_pty).expect("unsplit fail!"); in sdv_pty_unsplit_test() localVariable
199 let pty = Pty::new().unwrap(); in sdv_pty_debug_test() localVariable
207 let mut pty = Pty::unsplit(read_pty, write_pty).expect("unsplit fail!"); in sdv_pty_debug_test() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
Dcommand.rs580 let mut pty = Pty::new().unwrap(); in ut_pty_process_read_write_test() localVariable
610 let mut pty = Pty::new().unwrap(); in ut_pty_process_split_test() localVariable
642 let pty = Pty::new().unwrap(); in ut_pty_process_into_split_test() localVariable
675 let pty = Pty::new().unwrap(); in ut_pty_process_unsplit_test() localVariable
678 let mut pty = Pty::unsplit(read_pty, write_pty).expect("unsplit fail!"); in ut_pty_process_unsplit_test() localVariable
705 let pty = Pty::new().unwrap(); in ut_pty_as_test() localVariable
722 let pty = Pty::new().unwrap(); in ut_pty_debug_test() localVariable
730 let mut pty = Pty::unsplit(read_pty, write_pty).expect("unsplit fail!"); in ut_pty_debug_test() localVariable
Dmod.rs19 mod pty; module
Dsys.rs222 let pty = PtyInner::open().unwrap(); in ut_pty_pts_size_test() localVariable
240 let mut pty = PtyInner::open().unwrap(); in ut_pty_read_write_test() localVariable
Dpty.rs40 let pty = super::sys::PtyInner::open()?; in new() localVariable