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
243 Status Host::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments() function in Host
244 Status Host::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments() function in Host
1035 error = ShellExpandArguments(launch_info); in LaunchProcess()1055 Status Platform::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments() function in Platform1057 return Host::ShellExpandArguments(launch_info); in ShellExpandArguments()
341 virtual Status ShellExpandArguments(ProcessLaunchInfo &launch_info);