2 references to ResolveValidPath
System.Diagnostics.Process (2)
Microsoft\Win32\SafeHandles\SafeProcessHandle.Unix.cs (2)
235
filename = ProcessUtils.
ResolveValidPath
(startInfo.FileName, cwd);
252
string resolvedFileName = ProcessUtils.
ResolveValidPath
(startInfo.FileName, startInfo.WorkingDirectory);