Searched refs:MACH_LOG (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/sandbox/mac/
H A Dmach_message_server.cc44 MACH_LOG(ERROR, kr) << "Failed to allocate new server port.";
57 MACH_LOG(ERROR, kr) << "Failed to allocate request buffer.";
64 MACH_LOG(ERROR, kr) << "Failed to allocate reply buffer.";
133 MACH_LOG(ERROR, kr) << "Unable to forward message to the real launchd.";
174 MACH_LOG(ERROR, kr) << "Unable to receive message.";
H A Dlaunchd_interception_server.cc39 MACH_LOG(ERROR, kr) << "Failed to allocate dummy sandbox port.";
45 MACH_LOG(ERROR, kr) << "Failed to allocate dummy sandbox port send right.";
H A Dxpc_message_server.cc36 MACH_LOG(ERROR, kr) << "Failed to allocate new server port.";
/external/chromium_org/base/mac/
H A Dmach_logging.h15 // Use the MACH_LOG family of macros along with a mach_error_t (kern_return_t)
22 // be treated as generic Mach errors, as in MACH_LOG.
28 // MACH_LOG(ERROR, kr) << "mach_timebase_info";
64 #define MACH_LOG(severity, mach_err) \ macro

Completed in 1164 milliseconds