Home | History | Annotate | Download | only in base

Lines Matching defs:initialized

93 // Which log file to use? This is initialized by InitLogging or
94 // will be lazily initialized to the default value when it is
201 if (initialized)
224 // Return nicely without putting initialized to true.
232 initialized = true;
279 static bool initialized;
284 bool LoggingLock::initialized = false;
297 // Called by logging functions to ensure that debug_file is initialized
299 // initialized. debug_file will be NULL in this case.
372 // NOTE: If g_vlog_info has already been initialized, it might be in use