Home
last modified time | relevance | path

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

/external/libchrome/base/
Dcommand_line.h178 void AppendSwitchPath(const std::string& switch_string,
Dcommand_line_unittest.cc199 cl.AppendSwitchPath(kFirstArgName, FilePath(kPath1)); in TEST()
200 cl.AppendSwitchPath(kSecondArgName, FilePath(kPath2)); in TEST()
Dcommand_line.cc322 void CommandLine::AppendSwitchPath(const std::string& switch_string, in AppendSwitchPath() function in base::CommandLine
/external/libchrome/base/process/
Dprocess_metrics_unittest.cc580 child_command_line.AppendSwitchPath(kTempDirFlag, temp_path); in TEST()