6 references to EEXIST
System.Private.CoreLib (6)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
160
case Error.
EEXIST
:
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
)