Home
last modified time | relevance | path

Searched refs:v_switch (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dvlog.cc48 VlogInfo::VlogInfo(const std::string& v_switch, in VlogInfo() argument
55 if (!v_switch.empty()) { in VlogInfo()
56 if (base::StringToInt(v_switch, &vlog_level)) { in VlogInfo()
59 DLOG(WARNING) << "Could not parse v switch \"" << v_switch << "\""; in VlogInfo()
Dvlog.h40 VlogInfo(const std::string& v_switch,