Searched refs:AppendArguments (Results 1 – 10 of 10) sorted by relevance
207 AppendArguments (const Args &rhs);210 AppendArguments (const char **argv);
330 TEST(CommandLineTest, AppendArguments) { in TEST() argument336 cl2.AppendArguments(cl1, true); in TEST()345 c1.AppendArguments(c2, true); in TEST()
197 void AppendArguments(const CommandLine& other, bool include_program);
393 void CommandLine::AppendArguments(const CommandLine& other, in AppendArguments() function in base::CommandLine
226 m_options.launch_info.GetArguments().AppendArguments (target_setting_args); in DoExecute()230 m_options.launch_info.GetArguments().AppendArguments (launch_args); in DoExecute()247 m_options.launch_info.GetEnvironmentEntries ().AppendArguments (environment); in DoExecute()
425 m_options.launch_info.GetArguments().AppendArguments (args); in DoExecute()
480 Args::AppendArguments (const Args &rhs) in AppendArguments() function in Args488 Args::AppendArguments (const char **argv) in AppendArguments() function in Args
1021 full_args.AppendArguments(cmd_args); in Execute()
139 m_opaque_sp->GetArguments().AppendArguments(argv); in SetArguments()168 m_opaque_sp->GetEnvironmentEntries().AppendArguments(envp); in SetEnvironmentEntries()697 launch_info.GetArguments().AppendArguments (argv); in Launch()
178 launch_info.GetArguments().AppendArguments (argv); in RemoteLaunch()