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