Searched refs:AppendArg (Results 1 – 5 of 5) sorted by relevance
22 cmdline.AppendArg("-t"); in CreateNinjaToolCommandLine()23 cmdline.AppendArg(tool); in CreateNinjaToolCommandLine()
98 cmdline.AppendArg("--"); in InvokePython()102 cmdline.AppendArg(python_script_extra_args); in InvokePython()
67 cmdline.AppendArg("gen"); in GetSelfInvocationCommandLine()68 cmdline.AppendArg("."); in GetSelfInvocationCommandLine()
202 void AppendArg(const std::string& value);
383 void CommandLine::AppendArg(const std::string& value) { in AppendArg() function in base::CommandLine