Home
last modified time | relevance | path

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

/external/crosvm/e2e_tests/fixture/src/
Dvm.rs231 pub struct TestVm { struct
233 sys: TestVmSys, argument
238 impl TestVm { impl
301 pub fn new(cfg: Config) -> Result<TestVm> { in new()
307 pub fn new_with_config_file(cfg: Config) -> Result<TestVm> { in new_with_config_file()
419 impl Drop for TestVm { implementation
/external/crosvm/e2e_tests/tests/
Dbackcompat.rs28 fn backcompat_test_simple_lspci(vm: &mut TestVm) { in backcompat_test_simple_lspci()