Searched refs:PLOG_IF (Results 1 – 4 of 4) sorted by relevance
131 PLOG_IF(ERROR, !success) << "Failed to append a log entry to log file at " in Log()236 PLOG_IF(WARNING, !base::DeleteFile(*front_it, false)) in PerformLogMaintenance()
111 PLOG_IF(FATAL, daemon(0, 0) == 1) << "daemon() failed"; in main()
213 #define PLOG_IF(severity, condition) \ macro327 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition)
438 PLOG_IF(ERROR, len < 0 || static_cast<size_t>(len) != data.size()) in Send()