Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DArgs.h183 void AppendArguments(const Args &rhs);
185 void AppendArguments(const char **argv);
/external/llvm-project/lldb/unittests/Utility/
DArgsTest.cpp187 TEST(ArgsTest, AppendArguments) { in TEST() argument
192 args.AppendArguments(argv); in TEST()
200 args.AppendArguments(argv2); in TEST()
/external/libchrome/base/
Dcommand_line_unittest.cc331 TEST(CommandLineTest, AppendArguments) { in TEST() argument
337 cl2.AppendArguments(cl1, true); in TEST()
346 c1.AppendArguments(c2, true); in TEST()
Dcommand_line.h204 void AppendArguments(const CommandLine& other, bool include_program);
Dcommand_line.cc400 void CommandLine::AppendArguments(const CommandLine& other, in AppendArguments() function in base::CommandLine
/external/libchrome/base/android/
Dcommand_line_android.cc29 CommandLine::ForCurrentProcess()->AppendArguments(extra_command_line, in JNI_CommandLine_AppendJavaStringArrayToCommandLine()
/external/llvm-project/lldb/source/Utility/
DArgs.cpp295 void Args::AppendArguments(const Args &rhs) { in AppendArguments() function in Args
306 void Args::AppendArguments(const char **argv) { in AppendArguments() function in Args
/external/llvm-project/lldb/source/API/
DSBLaunchInfo.cpp159 m_opaque_sp->GetArguments().AppendArguments(argv); in SetArguments()
DSBTarget.cpp384 launch_info.GetArguments().AppendArguments(argv); in Launch()
387 launch_info.GetArguments().AppendArguments( in Launch()
DSBProcess.cpp155 launch_info.GetArguments().AppendArguments(argv); in RemoteLaunch()
/external/llvm-project/lldb/source/Host/common/
DHost.cpp516 launch_info.GetArguments().AppendArguments(args); in RunShellCommand()
/external/llvm-project/lldb/source/Commands/
DCommandObjectProcess.cpp212 m_options.launch_info.GetArguments().AppendArguments( in DoExecute()
215 m_options.launch_info.GetArguments().AppendArguments(launch_args); in DoExecute()
DCommandObjectPlatform.cpp1046 m_options.launch_info.GetArguments().AppendArguments(args); in DoExecute()
/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp985 full_args.AppendArguments(cmd_args); in Execute()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp1128 debugserver_args.AppendArguments(*inferior_args); in StartDebugserverProcess()
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHost.mm1309 expand_command.AppendArguments(launch_info.GetArguments());