Home
last modified time | relevance | path

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

/aosp_15_r20/external/pciutils/lib/
H A Ddarwin.c138 …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 Dmtl_context_device.mm30 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 DInspector.mm110 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 Dmach_logging.cc37 stream() << ": " << mach_error_string(mach_err_) in ~MachLogMessage()
/aosp_15_r20/external/cronet/base/apple/
H A Dmach_logging.cc49 stream() << ": " << mach_error_string(mach_err_) in AppendError()
/aosp_15_r20/external/google-breakpad/src/common/mac/
H A DMachIPC.h98 printf(message_" %s (%d)\n", mach_error_string(result_), result_ );
/aosp_15_r20/external/cronet/base/mac/
H A Dmach_port_rendezvous_unittest.cc92 EXPECT_EQ(kr, KERN_SUCCESS) << mach_error_string(kr); in TEST_F()
/aosp_15_r20/external/google-breakpad/src/client/mac/Framework/
H A DOnDemandServer.mm36 printf(message_"%s (%d)\n", mach_error_string(result_), result_ );
/aosp_15_r20/external/mesa3d/src/asahi/lib/
H A Dwrap.c423 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/
DCHANGELOG.md17 - Apple: add `mach_error_string` <https://github.com/rust-lang/libc/pull/3913>
/aosp_15_r20/external/cronet/base/process/
H A Dprocess_metrics_unittest.cc203 << mach_error_string(kr); in SpawnChildProcess()
/aosp_15_r20/external/rust/android-crates-io/crates/libc/src/unix/bsd/apple/
Dmod.rs6298 pub fn mach_error_string(error_value: ::mach_error_t) -> *mut ::c_char; in mach_error_string() function