Home
last modified time | relevance | path

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

/packages/modules/Virtualization/service_vm/manager/src/
Dlib.rs136 let instance_img_path = Path::new(VIRT_DATA_DIR).join(INSTANCE_IMG_NAME); in start() localVariable
137 let vm = protected_vm_instance(instance_img_path)?; in start()
213 pub fn protected_vm_instance(instance_img_path: PathBuf) -> Result<VmInstance> { in protected_vm_instance()
218 let instance_img = instance_img(service.as_ref(), instance_img_path)?; in protected_vm_instance()
267 instance_img_path: PathBuf, in instance_img()
269 if instance_img_path.exists() { in instance_img()
274 .open(instance_img_path) in instance_img()
282 .open(instance_img_path) in instance_img()