Home
last modified time | relevance | path

Searched refs:AppendArguments (Results 1 – 10 of 10) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DArgs.h207 AppendArguments (const Args &rhs);
210 AppendArguments (const char **argv);
/external/libchrome/base/
Dcommand_line_unittest.cc330 TEST(CommandLineTest, AppendArguments) { in TEST() argument
336 cl2.AppendArguments(cl1, true); in TEST()
345 c1.AppendArguments(c2, true); in TEST()
Dcommand_line.h197 void AppendArguments(const CommandLine& other, bool include_program);
Dcommand_line.cc393 void CommandLine::AppendArguments(const CommandLine& other, in AppendArguments() function in base::CommandLine
/external/lldb/source/Commands/
DCommandObjectProcess.cpp226 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()
DCommandObjectPlatform.cpp425 m_options.launch_info.GetArguments().AppendArguments (args); in DoExecute()
/external/lldb/source/Interpreter/
DArgs.cpp480 Args::AppendArguments (const Args &rhs) in AppendArguments() function in Args
488 Args::AppendArguments (const char **argv) in AppendArguments() function in Args
DCommandObject.cpp1021 full_args.AppendArguments(cmd_args); in Execute()
/external/lldb/source/API/
DSBTarget.cpp139 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()
DSBProcess.cpp178 launch_info.GetArguments().AppendArguments (argv); in RemoteLaunch()