Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbase_switches.cc62 const char kVModule[] = "vmodule"; variable
Dbase_switches.h28 extern const char kVModule[];
Dlogging.cc357 command_line->HasSwitch(switches::kVModule)) { in BaseInitLoggingImpl()
366 command_line->GetSwitchValueASCII(switches::kVModule), in BaseInitLoggingImpl()
/external/libbrillo/brillo/
Dflag_helper.cc212 if (key == switches::kV || key == switches::kVModule) in UpdateFlagValues()