Home
last modified time | relevance | path

Searched refs:GetSwitches (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/
Dcommand_line.h166 const SwitchMap& GetSwitches() const { return switches_; } in GetSwitches() function
Dcommand_line_unittest.cc399 CommandLine::SwitchMap switch_map = initial->GetSwitches(); in TEST()
/external/libbrillo/brillo/
Dflag_helper.cc207 const base::CommandLine::SwitchMap& switch_map = command_line_->GetSwitches(); in UpdateFlagValues()