Home
last modified time | relevance | path

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

/external/libchrome/libchrome_tools/patch/
Dlogging.patch22 - command_line->HasSwitch(switches::kVModule)) {
31 - command_line->GetSwitchValueASCII(switches::kVModule),
38 + command_line->HasSwitch(switches::kVModule)) {
47 + command_line->GetSwitchValueASCII(switches::kVModule),
/external/libchrome/base/
Dbase_switches.cc71 const char kVModule[] = "vmodule"; variable
Dbase_switches.h30 extern const char kVModule[];
Dlogging.cc415 command_line->HasSwitch(switches::kVModule)) { in BaseInitLoggingImpl()
424 command_line->GetSwitchValueASCII(switches::kVModule), in BaseInitLoggingImpl()
/external/libbrillo/brillo/
Dflag_helper.cc212 if (key == switches::kV || key == switches::kVModule) in UpdateFlagValues()