Home
last modified time | relevance | path

Searched refs:echoed_string (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/
Dtest_pty.rs194 let echoed_string = "foofoofoo\r\n"; in test_openpty() localVariable
197 assert_eq!(&buf, echoed_string.as_bytes()); in test_openpty()
233 let echoed_string = "foofoofoo\n"; in test_openpty_with_termios() localVariable
235 assert_eq!(&buf, echoed_string.as_bytes()); in test_openpty_with_termios()
257 let echoed_string = "naninani\r\n"; in test_forkpty() localVariable
273 assert_eq!(&buf, echoed_string.as_bytes()); in test_forkpty()