Home
last modified time | relevance | path

Searched refs:PLOG_IF (Results 1 – 4 of 4) sorted by relevance

/external/libbrillo/brillo/
Dscoped_mount_namespace.cc28 PLOG_IF(ERROR, setns(mount_namespace_fd_.get(), CLONE_NEWNS) != 0) in ~ScopedMountNamespace()
/external/libchrome/base/android/library_loader/
Dlibrary_prefetcher.cc84 PLOG_IF(ERROR, err) << "mincore() failed"; in Mincore()
/external/libchrome/base/
Dlogging.h471 #define PLOG_IF(severity, condition) \ macro
806 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition)
Dlogging_unittest.cc113 PLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F()
179 PLOG_IF(INFO, false) << mock_log_source.Log(); in TEST_F()