Home
last modified time | relevance | path

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

/packages/modules/Virtualization/libs/libvmclient/src/
Dlib.rs126 Self::new_with_path(VIRTMGR_PATH) in new()
132 Self::new_with_path(EARLY_VIRTMGR_PATH) in new_early()
135 fn new_with_path(virtmgr_path: &str) -> Result<VirtualizationService, io::Error> { in new_with_path() method