HomeSort by relevance Sort by last modified time
    Searched refs:LOG_ERRNO_STREAM (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
logging.h 427 #define LOG_ERRNO_STREAM(severity) \
431 LAZY_STREAM(LOG_ERRNO_STREAM(severity), LOG_IS_ON(severity))
434 #define PLOG_STREAM(severity) LOG_ERRNO_STREAM(severity)
608 LAZY_STREAM(LOG_ERRNO_STREAM(severity), DLOG_IS_ON(severity))
    [all...]
  /external/chromium_org/base/
logging.h 456 #define LOG_ERRNO_STREAM(severity) \
460 LAZY_STREAM(LOG_ERRNO_STREAM(severity), LOG_IS_ON(severity))
463 #define PLOG_STREAM(severity) LOG_ERRNO_STREAM(severity)
665 LAZY_STREAM(LOG_ERRNO_STREAM(severity), DLOG_IS_ON(severity))
    [all...]

Completed in 516 milliseconds