4 references to EPERM
System.Private.CoreLib (4)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
138case Error.EPERM:
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerator.Unix.cs (1)
67|| info.Error == Interop.Error.EPERM;
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (2)
92errorInfo.Error == Interop.Error.EPERM || // permissions might not allow creating hard links even if a copy would work 564errorInfo.Error == Interop.Error.EPERM ||