Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/src/sys/windows/
H A Dcontrol_server.rs353 let mut control_server = ControlServer::new(&pipe_name).unwrap(); in test_smoke() localVariable
399 let control_server = fake_control_loop.try_join(Duration::from_secs(2)).unwrap(); in test_smoke() localVariable
/aosp_15_r20/external/crosvm/src/sys/
H A Dwindows.rs9 pub(crate) mod control_server; module