Searched refs:ShellExpandArguments (Results 1 – 6 of 6) sorted by relevance
196 static Status ShellExpandArguments(ProcessLaunchInfo &launch_info);
217 Status Host::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments() function in Host
246 Status Host::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments() function in Host
269 Status Host::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments() function in Host
1039 error = ShellExpandArguments(launch_info); in LaunchProcess()1059 Status Platform::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments() function in Platform1061 return Host::ShellExpandArguments(launch_info); in ShellExpandArguments()
344 virtual Status ShellExpandArguments(ProcessLaunchInfo &launch_info);