Searched refs:AppendArgPath (Results 1 – 4 of 4) sorted by relevance
60 cmdline.AppendArgPath(file); in InvokeNinjaRestatTool()
99 cmdline.AppendArgPath(python_script_path); in InvokePython()100 cmdline.AppendArgPath(output_path); in InvokePython()
203 void AppendArgPath(const FilePath& value);
394 void CommandLine::AppendArgPath(const FilePath& path) { in AppendArgPath() function in base::CommandLine