Home
last modified time | relevance | path

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

/external/crosvm/devices/src/
Dlib.rs374 .send(VmResponse::ErrString(e.to_string())) in handle_command_tube()
410 .send(VmResponse::ErrString(e.to_string())) in handle_command_tube()
431 .send(VmResponse::ErrString(e.to_string())) in handle_command_tube()
/external/crosvm/vm_control/src/
Dgpu.rs153 ErrString(String), enumerator
177 ErrString(reason) => write!(f, "err_string {}", reason), in fmt()
Dballoon_tube.rs120 .map(|(_, key)| (VmResponse::ErrString("Adjust overriden".to_string()), key)); in send_cmd()
318 assert!(matches!(resp, Some((VmResponse::ErrString(_), 0xc0ffee)))); in test_adjust_with_reply()
Dlib.rs282 ErrString(String), enumerator
293 ErrString(e) => write!(f, "error: {}", e), in fmt()
2201 return VmResponse::ErrString("fail to mute the device".to_owned()); in execute()
2212 VmResponse::ErrString("hot plug not supported".to_owned()) in execute()
2504 ErrString(String), enumerator
2550 ErrString(e) => write!(f, "error: {}", e), in fmt()
/external/crosvm/src/sys/windows/
Dcontrol_server.rs380 .send(&VmResponse::ErrString("err".to_owned())) in test_smoke()
401 let resp = VmResponse::ErrString("err".to_owned()); in test_smoke()
/external/crosvm/devices/src/virtio/gpu/
Dvirtio_gpu.rs704 Err(e) => GpuControlResult::ErrString(e.to_string()), in set_display_mouse_mode()
/external/crosvm/src/crosvm/sys/
Dlinux.rs2741 Err(e) => VmResponse::ErrString(format!("{:?}", e)), in handle_hotplug_net_add()
2754 Err(e) => VmResponse::ErrString(format!("{:?}", e)), in handle_hotplug_net_remove()
3155 VmResponse::ErrString("PCI hotplug is not enabled.".to_owned()) in process_vm_request()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp3599 std::string ErrString; in CombineChildVariants() local
3604 if (R->canPatternMatch(ErrString, CDP) && in CombineChildVariants()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
DLLParser.cpp979 std::string ErrString; in typeComparisonErrorMessage() local
980 raw_string_ostream ErrOS(ErrString); in typeComparisonErrorMessage()