Home
last modified time | relevance | path

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

/external/crosvm/src/
Dlinux.rs560 fn create_vhost_user_fs_device(cfg: &Config, option: &VhostUserFsOption) -> DeviceResult { in create_vhost_user_fs_device() function
1595 devs.push(create_vhost_user_fs_device(cfg, &vhost_user_fs)?); in create_virtio_devices()