2 references to EPERM
System.Diagnostics.Process (2)
System\Diagnostics\ProcessManager.Unix.cs (1)
32return 0 == output || (-1 == output && Interop.Error.EPERM == Interop.Sys.GetLastError());
System\Diagnostics\ProcessWaitState.Unix.cs (1)
370else if (errno == Interop.Error.EPERM)