Home
last modified time | relevance | path

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

/external/crosvm/vm_control/src/
Dlib.rs1732 let mut cpu_vec = Vec::with_capacity(vcpu_size); in execute() localVariable
1739 cpu_vec.push(snap); in execute()
1744 serde_json::to_writer(cpu_file, &cpu_vec).expect("Failed to write Vcpu state"); in execute()