Searched refs:mach_error_string (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/pciutils/lib/ |
H A D | darwin.c | 138 …d->access->error("darwin_read: kACPIMethodAddressSpaceRead failed: %s", mach_error_string(status)); in darwin_read() 194 …d->access->error("darwin_read: kACPIMethodAddressSpaceWrite failed: %s", mach_error_string(status)… in darwin_write()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/ |
H A D | mtl_context_device.mm | 30 ERR() << "mach_port_mod_refs failed with: %s (%x)" << mach_error_string(kr) << kr; 46 ERR() << "mach_port_mod_refs failed with: %s (%x)" << mach_error_string(kr) << kr;
|
/aosp_15_r20/external/google-breakpad/src/client/mac/crash_generation/ |
H A D | Inspector.mm | 110 mach_error_string(kr), kr); 124 mach_error_string(kr), 133 mach_error_string(kr), kr);
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/apple/ |
H A D | mach_logging.cc | 37 stream() << ": " << mach_error_string(mach_err_) in ~MachLogMessage()
|
/aosp_15_r20/external/cronet/base/apple/ |
H A D | mach_logging.cc | 49 stream() << ": " << mach_error_string(mach_err_) in AppendError()
|
/aosp_15_r20/external/google-breakpad/src/common/mac/ |
H A D | MachIPC.h | 98 printf(message_" %s (%d)\n", mach_error_string(result_), result_ );
|
/aosp_15_r20/external/cronet/base/mac/ |
H A D | mach_port_rendezvous_unittest.cc | 92 EXPECT_EQ(kr, KERN_SUCCESS) << mach_error_string(kr); in TEST_F()
|
/aosp_15_r20/external/google-breakpad/src/client/mac/Framework/ |
H A D | OnDemandServer.mm | 36 printf(message_"%s (%d)\n", mach_error_string(result_), result_ );
|
/aosp_15_r20/external/mesa3d/src/asahi/lib/ |
H A D | wrap.c | 423 printf("Return \"%s\", got %u bytes\n", mach_error_string(ret), *dataSize); in wrap_DataQueueDequeue()
|
/aosp_15_r20/external/rust/android-crates-io/crates/libc/ |
D | CHANGELOG.md | 17 - Apple: add `mach_error_string` <https://github.com/rust-lang/libc/pull/3913>
|
/aosp_15_r20/external/cronet/base/process/ |
H A D | process_metrics_unittest.cc | 203 << mach_error_string(kr); in SpawnChildProcess()
|
/aosp_15_r20/external/rust/android-crates-io/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 6298 pub fn mach_error_string(error_value: ::mach_error_t) -> *mut ::c_char; in mach_error_string() function
|