Searched refs:vcpu_path (Results 1 – 1 of 1) sorted by relevance
1726 let vcpu_path = snapshot_path.with_extension("vcpu"); in execute() localVariable1727 let cpu_file = File::create(&vcpu_path) in execute()1728 .with_context(|| format!("failed to open path {}", vcpu_path.display()))?; in execute()1803 let vcpu_path = restore_path.with_extension("vcpu"); in do_restore() localVariable1804 let cpu_file = File::open(&vcpu_path) in do_restore()1805 .with_context(|| format!("failed to open path {}", vcpu_path.display()))?; in do_restore()