Home
last modified time | relevance | path

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

/external/libchrome/base/
Dcommand_line.h169 FilePath GetSwitchValuePath(const StringPiece& switch_string) const;
Dcommand_line.cc306 FilePath CommandLine::GetSwitchValuePath( in GetSwitchValuePath() function in base::CommandLine
/external/libchrome/base/process/
Dprocess_metrics_unittest.cc556 const FilePath temp_path = command_line->GetSwitchValuePath(kTempDirFlag); in MULTIPROCESS_TEST_MAIN()