Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/vhost/user/device/
Dblock.rs26 struct BlockBackend { struct
42 let backend = BlockBackend { in build() argument
51 impl VhostUserDevice for BlockBackend { implementation