Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/e2e_tests/tests/
H A Dvsock.rs290 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 Dconsole.rs36 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 Dfs.rs190 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 Dsnd.rs47 let vu_config = VuConfig::new(CmdType::Device, "snd").extra_args(vec![ in do_playback_with_vhost_user() localVariable
H A Dblock.rs126 let vu_config = create_vu_block_config(cmd_type, socket.path(), disk.path()); in run_vhost_user_test() localVariable