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

  /system/update_engine/
main.cc 180 PLOG_IF(FATAL, daemon(0, 0) == 1) << "daemon() failed";
  /external/libchrome/base/
logging_unittest.cc 85 PLOG_IF(INFO, true) << mock_log_source.Log();
151 PLOG_IF(INFO, false) << mock_log_source.Log();
logging.h 127 // PLOG_IF(ERROR, cond) << "Couldn't do foo";
427 #define PLOG_IF(severity, condition) \
731 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition)
    [all...]

Completed in 1556 milliseconds