Home
last modified time | relevance | path

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

/external/libchrome/base/
Dcommand_line.h171 void AppendSwitchPath(const std::string& switch_string,
Dcommand_line_unittest.cc198 cl.AppendSwitchPath(kFirstArgName, FilePath(kPath1)); in TEST()
199 cl.AppendSwitchPath(kSecondArgName, FilePath(kPath2)); in TEST()
Dcommand_line.cc318 void CommandLine::AppendSwitchPath(const std::string& switch_string, in AppendSwitchPath() function in base::CommandLine
/external/libchrome/base/process/
Dprocess_metrics_unittest.cc493 child_command_line.AppendSwitchPath(kTempDirFlag, temp_path); in TEST()