Home
last modified time | relevance | path

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

/external/crosvm/arch/src/
Dlib.rs239 AllocateIoResource(resources::Error), enumerator
282 AllocateIoResource(e) => write!(f, "Allocating IO resource: {}", e), in fmt()
452 .map_err(DeviceRegistrationError::AllocateIoResource)?; in add_goldfish_battery()