Searched refs:LOG_TO_FILE (Results 1 – 3 of 3) sorted by relevance
287 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()
182 LOG_TO_FILE = 1 << 0, enumerator185 LOG_TO_ALL = LOG_TO_FILE | LOG_TO_SYSTEM_DEBUG_LOG,191 LOG_DEFAULT = LOG_TO_FILE,
321 #define LOG_TO_FILE macro324 #ifdef LOG_TO_FILE487 #ifdef LOG_TO_FILE in main()