Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dconsole.rs234 let snapshot_input_buffer = snapshot in test_inactive_sleep_resume() localVariable
244 assert_eq!(snapshot_input_buffer.len(), b"Hello".len()); in test_inactive_sleep_resume()
245 assert_eq!(snapshot_input_buffer[0].as_i64(), Some(b'H' as i64)); in test_inactive_sleep_resume()
246 assert_eq!(snapshot_input_buffer[1].as_i64(), Some(b'e' as i64)); in test_inactive_sleep_resume()
247 assert_eq!(snapshot_input_buffer[2].as_i64(), Some(b'l' as i64)); in test_inactive_sleep_resume()
248 assert_eq!(snapshot_input_buffer[3].as_i64(), Some(b'l' as i64)); in test_inactive_sleep_resume()
249 assert_eq!(snapshot_input_buffer[4].as_i64(), Some(b'o' as i64)); in test_inactive_sleep_resume()