Searched defs:LOG_ERRNO (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_debug.h23 #define LOG_ERRNO(...) ::crazy::LogErrno(__VA_ARGS__) macro
28 #define LOG_ERRNO(...) ((void)0)
42 LOG_ERRNO(__VA_ARGS__); \
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dlogging.h205 #undef LOG_ERRNO macro
206 #define LOG_ERRNO(sev) LOG_ERRNO_EX(sev, errno) macro
217 #define LOG_ERR(sev) LOG_ERRNO(sev)
/external/chromium_org/third_party/webrtc/base/
H A Dlogging.h32 // LOG_ERRNO(sev) attempts to add a string description of an errno-derived
308 #define LOG_ERRNO(sev) \ macro
335 LOG_ERRNO(sev)

Completed in 47 milliseconds