Searched defs:vu_config (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/crosvm/e2e_tests/tests/ |
H A D | vsock.rs | 290 let vu_config = create_vu_config(CmdType::Device, socket.path(), guest_cid); in vhost_user_host_to_guest() localVariable 309 let vu_config = create_vu_config(CmdType::Devices, socket.path(), guest_cid); in vhost_user_host_to_guest_with_devices() localVariable 327 let vu_config = create_vu_config(CmdType::Device, socket.path(), guest_cid); in vhost_user_guest_to_host() localVariable 345 let vu_config = create_vu_config(CmdType::Devices, socket.path(), guest_cid); in vhost_user_guest_to_host_with_devices() localVariable
|
H A D | console.rs | 36 let vu_config = create_vu_console_multiport_config(socket.path(), file_path.clone()); in run_vhost_user_console_multiport_test_portname() localVariable 84 let vu_config = create_vu_console_multiport_config(socket.path(), file_path.clone()); in run_vhost_user_console_multiport_test_output() localVariable 217 let vu_config = create_vu_console_multiport_config(socket.path(), file_path.clone()); in run_vhost_user_console_multiport_test_input() localVariable
|
H A D | fs.rs | 190 let vu_config = create_vu_fs_config(socket.path(), temp_dir.path(), tag); in vhost_user_fs_copy_file() localVariable 208 let vu_config = create_vu_fs_config(socket.path(), temp_dir.path(), tag); in vhost_user_fs_mount_rw() localVariable 315 let vu_config = in vhost_user_fs_without_sandbox_and_pivot_root() localVariable
|
H A D | snd.rs | 47 let vu_config = VuConfig::new(CmdType::Device, "snd").extra_args(vec![ in do_playback_with_vhost_user() localVariable
|
H A D | block.rs | 126 let vu_config = create_vu_block_config(cmd_type, socket.path(), disk.path()); in run_vhost_user_test() localVariable
|