Searched refs:ErrString (Results 1 – 9 of 9) sorted by relevance
/external/crosvm/devices/src/ |
D | lib.rs | 374 .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/ |
D | gpu.rs | 153 ErrString(String), enumerator 177 ErrString(reason) => write!(f, "err_string {}", reason), in fmt()
|
D | balloon_tube.rs | 120 .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()
|
D | lib.rs | 282 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/ |
D | control_server.rs | 380 .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/ |
D | virtio_gpu.rs | 704 Err(e) => GpuControlResult::ErrString(e.to_string()), in set_display_mouse_mode()
|
/external/crosvm/src/crosvm/sys/ |
D | linux.rs | 2741 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/ |
D | CodeGenDAGPatterns.cpp | 3599 std::string ErrString; in CombineChildVariants() local 3604 if (R->canPatternMatch(ErrString, CDP) && in CombineChildVariants()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 979 std::string ErrString; in typeComparisonErrorMessage() local 980 raw_string_ostream ErrOS(ErrString); in typeComparisonErrorMessage()
|