8 references to EEXIST
System.Private.CoreLib (8)
src\runtime\src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
164
case Error.
EEXIST
:
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (5)
57
if (error.Error == Interop.Error.
EEXIST
&& DirectoryExists(path))
112
else if (errorInfo.Error == Interop.Error.
EEXIST
)
303
if (errorInfo.Error == Interop.Error.
EEXIST
&& DirectoryExists(fullPath))
355
else if (errorInfo.Error == Interop.Error.
EEXIST
)
377
if (errorInfo.Error == Interop.Error.
EEXIST
)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\SharedMemoryManager.Unix.cs (2)
500
if (error.Error == Interop.Error.
EEXIST
&& transientRetryCount < TransientRetryCount)
588
if (mkdirError.Error != Interop.Error.
EEXIST
)