Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/e2e_tests/fixture/src/
H A Dvm.rs301 pub struct TestVm { struct
303 sys: TestVmSys, argument
310 impl TestVm { argument
413 pub fn new(cfg: Config) -> Result<TestVm> { in new()
418 pub fn new_restore(cfg: Config) -> Result<TestVm> { in new_restore()
437 pub fn new_restore_suspended(cfg: Config) -> Result<TestVm> { in new_restore_suspended()
441 pub fn new_sudo(cfg: Config) -> Result<TestVm> { in new_sudo()
449 pub fn new_with_config_file(cfg: Config) -> Result<TestVm> { in new_with_config_file()
651 impl Drop for TestVm { implementation
/aosp_15_r20/external/crosvm/e2e_tests/tests/
H A Dfs.rs25 fn copy_file(mut vm: TestVm, tag: &str, dir: TempDir) { in copy_file()
52 fn mount_rw(mut vm: TestVm, tag: &str, dir: TempDir) { in mount_rw()
218 mut vm: TestVm, in copy_file_validate_ugid_mapping()
H A Dswap.rs29 vm: &mut TestVm, in wait_until_swap_state_change()
58 fn create_tmpfs_file_in_guest(vm: &mut TestVm, size: usize) { in create_tmpfs_file_in_guest()
H A Dvsock.rs130 fn host_to_guest_connection(vm: &mut TestVm, guest_cid: u32, guest_port: u32) { in host_to_guest_connection()
241 fn guest_to_host_connection(vm: &mut TestVm, host_port: u32) { in guest_to_host_connection()
H A Dbackcompat.rs28 fn backcompat_test_simple_lspci(vm: &mut TestVm) { in backcompat_test_simple_lspci()
H A Dpci_hotplug.rs32 fn poll_until_true<F>(vm: &mut TestVm, func: F, timeout: Duration) -> bool in poll_until_true()