Searched refs:SetShellExpandArguments (Results 1 – 6 of 6) sorted by relevance
273 void SBLaunchInfo::SetShellExpandArguments(bool expand) { in SetShellExpandArguments() function in SBLaunchInfo274 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetShellExpandArguments, (bool), in SetShellExpandArguments()277 m_opaque_sp->SetShellExpandArguments(expand); in SetShellExpandArguments()390 LLDB_REGISTER_METHOD(void, SBLaunchInfo, SetShellExpandArguments, (bool)); in RegisterMethods()
104 SetShellExpandArguments (bool expand);
152 void SetShellExpandArguments(bool expand);
93 void SetShellExpandArguments(bool expand);
157 void ProcessLaunchInfo::SetShellExpandArguments(bool expand) { in SetShellExpandArguments() function in ProcessLaunchInfo
399 launch_info.SetShellExpandArguments(expand_args); in SetOptionValue()