Home
last modified time | relevance | path

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

/external/crosvm/hypervisor/src/gunyah/
Dmod.rs72 pub fn new_with_path(device_path: &Path) -> Result<Gunyah> { in new_with_path() method
/external/crosvm/hypervisor/src/kvm/
Dmod.rs145 pub fn new_with_path(device_path: &Path) -> Result<Kvm> { in new_with_path() method
/external/crosvm/hypervisor/src/geniezone/
Dmod.rs540 pub fn new_with_path(device_path: &Path) -> Result<Geniezone> { in new_with_path() method
/external/crosvm/kvm/src/
Dlib.rs151 pub fn new_with_path(device_path: &Path) -> Result<Kvm> { in new_with_path() method