Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/e2e_tests/fixture/src/
H A Dvm.rs95 pub struct GuestProcess { struct
100 impl GuestProcess { impl
468 pub fn exec_in_guest_async(&mut self, command: &str) -> Result<GuestProcess> { in exec_in_guest_async()