Home
last modified time | relevance | path

Searched refs:GetArguments (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/chrome/browser/
Djumplist_updater_win.cc45 std::wstring arguments(item->GetArguments()); in AddShellLink()
91 std::wstring ShellLinkItem::GetArguments() const { in GetArguments() function in ShellLinkItem
Djumplist_updater_win.h32 std::wstring GetArguments() const;
/external/chromium_org/base/win/
Dshortcut.cc108 if (SUCCEEDED(old_i_shell_link->GetArguments(current_arguments, in CreateOrUpdateShortcutLink()
219 if (FAILED(i_shell_link->GetArguments(temp, MAX_PATH))) in ResolveShortcutProperties()
/external/lldb/include/lldb/Target/
DCPPLanguageRuntime.h96 GetArguments ();
DProcess.h264 GetArguments () in GetArguments() function
270 GetArguments () const in GetArguments() function
/external/chromium_org/extensions/browser/guest_view/
Dguest_view_base.cc54 scoped_ptr<base::DictionaryValue> GuestViewBase::Event::GetArguments() { in GetArguments() function in extensions::GuestViewBase::Event
447 args->Append(event->GetArguments().release()); in DispatchEventToEmbedder()
Dguest_view_base.h41 scoped_ptr<base::DictionaryValue> GetArguments();
/external/lldb/source/Commands/
DCommandObjectPlatform.cpp415 m_options.launch_info.GetArguments().AppendArgument (exe_path); in DoExecute()
425 m_options.launch_info.GetArguments().AppendArguments (args); in DoExecute()
441 target->GetRunArguments(m_options.launch_info.GetArguments()); in DoExecute()
DCommandObjectProcess.cpp214 m_options.launch_info.GetArguments().AppendArgument (target_settings_argv0); in DoExecute()
226 m_options.launch_info.GetArguments().AppendArguments (target_setting_args); in DoExecute()
230 m_options.launch_info.GetArguments().AppendArguments (launch_args); in DoExecute()
/external/chromium_org/base/test/
Dtest_shortcut_win.cc96 i_shell_link->GetArguments(read_arguments, MAX_PATH))); in ValidateShortcut()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp129 static void GetArguments(int numArgs, const char *args[], UStringVector &parts) in GetArguments() function
185 GetArguments(numArgs, args, commandStrings); in Main2()
/external/lldb/source/API/
DSBTarget.cpp71 m_opaque_sp->GetArguments().SetArguments(argv); in SBLaunchInfo()
124 return m_opaque_sp->GetArguments().GetArgumentCount(); in GetNumArguments()
130 return m_opaque_sp->GetArguments().GetArgumentAtIndex(idx); in GetArgumentAtIndex()
139 m_opaque_sp->GetArguments().AppendArguments(argv); in SetArguments()
144 m_opaque_sp->GetArguments().SetArguments(argv); in SetArguments()
146 m_opaque_sp->GetArguments().Clear(); in SetArguments()
697 launch_info.GetArguments().AppendArguments (argv); in Launch()
DSBProcess.cpp178 launch_info.GetArguments().AppendArguments (argv); in RemoteLaunch()
/external/chromium_org/win8/metro_driver/
Dwinrt_utils.cc193 result = i_shell_link->GetArguments(temp_arguments, MAX_PATH); in GetArgumentsFromShortcut()
/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp315 const char **argv = launch_info.GetArguments().GetConstArgumentVector(); in LaunchProcess()
/external/lldb/source/Target/
DCPPLanguageRuntime.cpp372 CPPLanguageRuntime::MethodName::GetArguments () in GetArguments() function in CPPLanguageRuntime::MethodName
DProcess.cpp516 const char **argv = GetArguments().GetConstArgumentVector (); in ConvertArgumentsForLaunchingInShell()
/external/lldb/source/Host/freebsd/
DHost.cpp211 Args &proc_args = process_info.GetArguments(); in GetFreeBSDProcessArgs()
/external/lldb/source/Host/linux/
DHost.cpp412 Args &info_args = process_info.GetArguments(); in GetProcessAndStatInfo()
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp562 Args &debugserver_args = launch_info.GetArguments(); in StartDebugserverProcess()
DGDBRemoteCommunicationServer.cpp623 m_process_launch_info.GetArguments().AppendArgument(arg.c_str()); in Handle_A()
DProcessGDBRemote.cpp732 …int arg_packet_err = m_gdb_comm.SendArgumentsPacket (launch_info.GetArguments().GetConstArgumentVe… in DoLaunch()
2497 Args &debugserver_args = debugserver_launch_info.GetArguments(); in StartDebugserverProcess()
/external/lldb/source/Host/macosx/
DHost.mm596 const char **argv = launch_info.GetArguments().GetConstArgumentVector ();
1169 Args &proc_args = process_info.GetArguments();
1516 PackageXPCArguments(message, LauncherXPCServiceArgPrefxKey, launch_info.GetArguments());
1619 char * const *argv = (char * const*)launch_info.GetArguments().GetConstArgumentVector();
/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.cpp238 launch_info.GetArguments().GetConstArgumentVector(), in DoLaunch()
/external/lldb/source/Host/common/
DHost.cpp1382 launch_info.GetArguments().AppendArgument(command); in RunShellCommand()