Home
last modified time | relevance | path

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

/external/crosvm/src/linux/
Ddevice_helpers.rs192 pub fn create_vhost_user_fs_device(cfg: &Config, option: &VhostUserFsOption) -> DeviceResult { in create_vhost_user_fs_device() function
Dmod.rs420 devs.push(create_vhost_user_fs_device(cfg, vhost_user_fs)?); in create_virtio_devices()