Home
last modified time | relevance | path

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

/packages/modules/Virtualization/vm/src/
Drun.rs264 fn state_to_str(vm_state: VirtualMachineState) -> &'static str { in state_to_str() function
309 state_to_str(vm.state()?) in run()