Searched refs:PLOG_IF (Results 1 – 4 of 4) sorted by relevance
28 PLOG_IF(ERROR, setns(mount_namespace_fd_.get(), CLONE_NEWNS) != 0) in ~ScopedMountNamespace()
84 PLOG_IF(ERROR, err) << "mincore() failed"; in Mincore()
113 PLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F()179 PLOG_IF(INFO, false) << mock_log_source.Log(); in TEST_F()
471 #define PLOG_IF(severity, condition) \ macro806 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition)