Searched refs:AppendSwitchPath (Results 1 – 4 of 4) sorted by relevance
171 void AppendSwitchPath(const std::string& switch_string,
198 cl.AppendSwitchPath(kFirstArgName, FilePath(kPath1)); in TEST()199 cl.AppendSwitchPath(kSecondArgName, FilePath(kPath2)); in TEST()
318 void CommandLine::AppendSwitchPath(const std::string& switch_string, in AppendSwitchPath() function in base::CommandLine
493 child_command_line.AppendSwitchPath(kTempDirFlag, temp_path); in TEST()