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.rs62 pub fn new_with_path(device_path: &Path) -> Result<Gunyah> { in new_with_path() method
/external/crosvm/hypervisor/src/kvm/
Dmod.rs149 pub fn new_with_path(device_path: &Path) -> Result<Kvm> { in new_with_path() method
/external/crosvm/kvm/src/
Dlib.rs150 pub fn new_with_path(device_path: &Path) -> Result<Kvm> { in new_with_path() method
/external/crosvm/hypervisor/src/geniezone/
Dmod.rs556 pub fn new_with_path(device_path: &Path) -> Result<Geniezone> { in new_with_path() method