Home
last modified time | relevance | path

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

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