Home
last modified time | relevance | path

Searched refs:logging_dest (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/libchrome_tools/patch/
Dlogging.patch16 CHECK_EQ(settings.logging_dest & ~LOG_TO_SYSTEM_DEBUG_LOG, 0);
52 g_logging_destination = settings.logging_dest;
/external/libbrillo/brillo/
Dsyslog_logging.cc95 settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG; in InitLog()
/external/libchrome/base/
Dlogging.cc400 : logging_dest(LOG_DEFAULT), in LoggingSettings()
408 CHECK_EQ(settings.logging_dest & ~LOG_TO_SYSTEM_DEBUG_LOG, 0); in BaseInitLoggingImpl()
429 g_logging_destination = settings.logging_dest; in BaseInitLoggingImpl()
Dlogging_unittest.cc205 settings.logging_dest = LOG_NONE; in TEST_F()
Dlogging.h196 LoggingDestination logging_dest; member