18 references to ENOENT
System.Private.CoreLib (18)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcMountInfo.cs (1)
63
return Error.
ENOENT
;
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
120
case Error.
ENOENT
:
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs (1)
394
if (error.Error == Interop.Error.
ENOENT
)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerator.Unix.cs (1)
59
=> info.Error == Interop.Error.ENOTDIR || info.Error == Interop.Error.
ENOENT
;
src\libraries\System.Private.CoreLib\src\System\IO\FileStatus.Unix.cs (2)
515
case Interop.Error.
ENOENT
:
590
Interop.Error error = _state == InitializedNotExistsNotADir ? Interop.Error.ENOTDIR : Interop.Error.
ENOENT
;
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (12)
101
if (errorInfo.Error == Interop.Error.
ENOENT
)
157
if (errno.Error != Interop.Error.
ENOENT
)
173
if (errno.Error == Interop.Error.
ENOENT
)
246
case Interop.Error.
ENOENT
:
264
fileExistsError.Error == Interop.Error.
ENOENT
)
307
else if (errorInfo.Error == Interop.Error.
ENOENT
) // Some parts of the path don't exist yet.
347
if (errorInfo.Error == Interop.Error.
ENOENT
)
456
case Interop.Error.
ENOENT
:
538
else if (errorInfo.Error == Interop.Error.
ENOENT
)
555
else if (existErr.Error == Interop.Error.
ENOENT
)
587
throw Interop.GetExceptionForIoErrno(new Interop.ErrorInfo(Interop.Error.
ENOENT
), fullPath);
606
throw Interop.GetExceptionForIoErrno(new Interop.ErrorInfo(Interop.Error.
ENOENT
), fullPath);