Home
last modified time | relevance | path

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

/external/crosvm/e2e_tests/tests/
Dboot.rs57 let mut vm = TestVm::new_with_config_file(Config::new()).unwrap(); in boot_test_vm_config_file()
214 let mut vm = TestVm::new_with_config_file(Config::new().disable_sandbox()).unwrap(); in boot_test_vm_disable_sandbox_config_file()
/external/crosvm/e2e_tests/fixture/src/
Dvm.rs441 pub fn new_with_config_file(cfg: Config) -> Result<TestVm> { in new_with_config_file() method