Home
last modified time | relevance | path

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

/external/crosvm/src/crosvm/sys/
Dunix.rs3834 struct DeviceJailInfo { in start_devices() struct
3836 name: String, in start_devices()
3837 _drop_resources: Option<Box<dyn std::any::Any>>, in start_devices()
3845 devices_jails: &mut BTreeMap<libc::pid_t, DeviceJailInfo>, in start_devices() argument