5 references to SUCCESS
System.Private.CoreLib (5)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcMountInfo.cs (1)
61return Error.SUCCESS;
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (2)
13Debug.Assert(errorInfo.Error != Error.SUCCESS); 21if (error != Interop.Error.SUCCESS)
src\libraries\System.Private.CoreLib\src\System\IO\FileStatus.Unix.cs (1)
439if (error != Interop.Error.SUCCESS && error != Interop.Error.ENOTSUP)
src\libraries\System.Private.CoreLib\src\System\Threading\NamedMutex.Unix.cs (1)
324Interop.Error.SUCCESS => MutexTryAcquireLockResult.AcquiredLock,