Searched refs:AppendArguments (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/libjingle/overrides/
H A Dinitialize_module.cc90 CommandLine::ForCurrentProcess()->AppendArguments(command_line, true);
/external/lldb/include/lldb/Interpreter/
H A DArgs.h207 AppendArguments (const Args &rhs);
210 AppendArguments (const char **argv);
/external/chromium_org/base/android/
H A Dcommand_line_android.cc27 CommandLine::ForCurrentProcess()->AppendArguments(extra_command_line,
75 // have to round-trip via AppendArguments.
/external/chromium_org/content/shell/android/browsertests_apk/
H A Dcontent_browser_tests_android.cc77 command_line->AppendArguments(CommandLine(argc, &argv[0]), false);
/external/chromium_org/gpu/gles2_conform_support/
H A Dgles2_conform_test.cc68 cmdline.AppendArguments(*currentCmdLine, false);
/external/chromium_org/base/
H A Dcommand_line.h156 void AppendArguments(const CommandLine& other, bool include_program);
H A Dcommand_line_unittest.cc308 // Tests that when AppendArguments is called that the program is set correctly
311 TEST(CommandLineTest, AppendArguments) {
317 cl2.AppendArguments(cl1, true);
326 c1.AppendArguments(c2, true);
H A Dcommand_line.cc405 void CommandLine::AppendArguments(const CommandLine& other, function in class:base::CommandLine
/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run_internal_win.cc68 setup_path.AppendArguments(cl, false);
/external/chromium_org/chrome/installer/util/
H A Dproduct.cc81 cmd.AppendArguments(options, false);
/external/chromium_org/testing/android/
H A Dnative_test_launcher.cc141 CommandLine::ForCurrentProcess()->AppendArguments(
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main_win.cc175 CommandLine::ForCurrentProcess()->AppendArguments(extra_switches,
309 command_line.AppendArguments(parsed_command_line, false);
/external/lldb/source/Commands/
H A DCommandObjectProcess.cpp226 m_options.launch_info.GetArguments().AppendArguments (target_setting_args);
230 m_options.launch_info.GetArguments().AppendArguments (launch_args);
247 m_options.launch_info.GetEnvironmentEntries ().AppendArguments (environment);
H A DCommandObjectPlatform.cpp425 m_options.launch_info.GetArguments().AppendArguments (args);
/external/lldb/source/Interpreter/
H A DArgs.cpp480 Args::AppendArguments (const Args &rhs) function in class:Args
488 Args::AppendArguments (const char **argv) function in class:Args
H A DCommandObject.cpp1021 full_args.AppendArguments(cmd_args);
/external/lldb/source/API/
H A DSBTarget.cpp139 m_opaque_sp->GetArguments().AppendArguments(argv);
168 m_opaque_sp->GetEnvironmentEntries().AppendArguments(envp);
697 launch_info.GetArguments().AppendArguments (argv);
H A DSBProcess.cpp178 launch_info.GetArguments().AppendArguments (argv);
/external/chromium_org/chrome/installer/setup/
H A Dinstall_worker.cc719 quoted_uninstall_cmd.AppendArguments(uninstall_arguments, false);
H A Duninstall.cc1136 new_cmd.AppendArguments(cmd_line, true);
H A Dsetup_main.cc1772 new_cmd.AppendArguments(cmd_line, true);

Completed in 439 milliseconds