Home
last modified time | relevance | path

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

/external/crosvm/vm_control/src/
Dlib.rs1726 let vcpu_path = snapshot_path.with_extension("vcpu"); in execute() localVariable
1727 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() localVariable
1804 let cpu_file = File::open(&vcpu_path) in do_restore()
1805 .with_context(|| format!("failed to open path {}", vcpu_path.display()))?; in do_restore()