Home
last modified time | relevance | path

Searched refs:LOG_TO_FILE (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/
Dlogging.cc287 if ((g_logging_destination & LOG_TO_FILE) != 0) { in InitializeLogFileHandle()
374 if ((g_logging_destination & LOG_TO_FILE) == 0) in BaseInitLoggingImpl()
699 if ((g_logging_destination & LOG_TO_FILE) != 0) { in ~LogMessage()
915 return g_logging_destination & LOG_TO_FILE; in IsLoggingToFileEnabled()
Dlogging.h182 LOG_TO_FILE = 1 << 0, enumerator
185 LOG_TO_ALL = LOG_TO_FILE | LOG_TO_SYSTEM_DEBUG_LOG,
191 LOG_DEFAULT = LOG_TO_FILE,
/external/libvncserver/client_examples/
DSDLvncviewer.c321 #define LOG_TO_FILE macro
324 #ifdef LOG_TO_FILE
487 #ifdef LOG_TO_FILE in main()