HomeSort by relevance Sort by last modified time
    Searched defs:LOG_ERRNO (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_debug.h 23 #define LOG_ERRNO(...) ::crazy::LogErrno(__VA_ARGS__)
28 #define LOG_ERRNO(...) ((void)0)
42 LOG_ERRNO(__VA_ARGS__); \
  /ndk/sources/android/crazy_linker/src/
crazy_linker_debug.h 23 #define LOG_ERRNO(...) ::crazy::LogErrno(__VA_ARGS__)
28 #define LOG_ERRNO(...) ((void)0)
42 LOG_ERRNO(__VA_ARGS__); \
  /hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper/
log.h 126 #define LOG_ERRNO(MESSAGE) \
  /external/chromium_org/third_party/webrtc/overrides/webrtc/base/
logging.h 205 #undef LOG_ERRNO
206 #define LOG_ERRNO(sev) LOG_ERRNO_EX(sev, errno)
217 #define LOG_ERR(sev) LOG_ERRNO(sev)
  /external/chromium_org/third_party/webrtc/base/
logging.h 32 // LOG_ERRNO(sev) attempts to add a string description of an errno-derived
308 #define LOG_ERRNO(sev) \
335 LOG_ERRNO(sev)

Completed in 714 milliseconds