Home
last modified time | relevance | path

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

/external/libchrome/base/
Dcommand_line.h174 const SwitchMap& GetSwitches() const { return switches_; } in GetSwitches() function
Dcommand_line_unittest.cc401 CommandLine::SwitchMap switch_map = initial->GetSwitches(); in TEST()
/external/libmojo/mojo/edk/test/
Dmultiprocess_test_helper.cc85 base::CommandLine::ForCurrentProcess()->GetSwitches()) { in StartChildWithExtraSwitch()
/external/libbrillo/brillo/
Dflag_helper.cc207 const base::CommandLine::SwitchMap& switch_map = command_line_->GetSwitches(); in UpdateFlagValues()