Searched refs:ShellExpandArguments (Results 1 – 10 of 10) sorted by relevance
1 # FIXME: ShellExpandArguments is unimplemented on the following targets.
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
270 Status Host::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments() function in Host
202 Status Host::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments() function in Host
316 Status Host::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments() function in Host
1021 error = ShellExpandArguments(launch_info); in LaunchProcess()1041 Status Platform::ShellExpandArguments(ProcessLaunchInfo &launch_info) { in ShellExpandArguments() function in Platform1043 return Host::ShellExpandArguments(launch_info); in ShellExpandArguments()
323 virtual Status ShellExpandArguments(ProcessLaunchInfo &launch_info);
1359 Status Host::ShellExpandArguments(ProcessLaunchInfo &launch_info) { function