Home
last modified time | relevance | path

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

/external/crosvm/integration_tests/guest_under_test/
Ddelegate.rs20 const MAGIC_LINE: &str = "\x05Ready"; constant
28 writeln!(&mut output, "{}", MAGIC_LINE).unwrap(); in listen()
/external/crosvm/integration_tests/tests/
Dfixture.rs172 const MAGIC_LINE: &'static str = "\x05Ready"; constant
278 assert_eq!(magic_line.trim(), TestVm::MAGIC_LINE); in new()
305 if line.trim() == TestVm::MAGIC_LINE { in exec_in_guest()