Searched refs:ShellExpandArguments (Results 1 – 6 of 6) sorted by relevance
176 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
271 Status Host::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments() function in Host
1028 error = ShellExpandArguments(launch_info); in LaunchProcess()1048 Status Platform::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments() function in Platform1050 return Host::ShellExpandArguments(launch_info); in ShellExpandArguments()
355 virtual Status ShellExpandArguments(ProcessLaunchInfo &launch_info);