29 references to GetLastErrorInfo
System.Private.CoreLib (29)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (3)
42
ThrowExceptionForIoErrno(Sys.
GetLastErrorInfo
(), path, isDirError);
53
ThrowExceptionForIoErrno(Sys.
GetLastErrorInfo
(), path: null, isDirError: false);
99
Exception e = Interop.GetExceptionForIoErrno(Sys.
GetLastErrorInfo
(), path, isDirError);
src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetCwd.cs (1)
62
ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs (6)
101
Interop.ErrorInfo error = Interop.Sys.
GetLastErrorInfo
();
355
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
381
Interop.ErrorInfo error = Interop.Sys.
GetLastErrorInfo
();
419
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
432
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
494
Interop.ErrorInfo error = Interop.Sys.
GetLastErrorInfo
();
src\libraries\System.Private.CoreLib\src\System\Environment.UnixOrBrowser.cs (1)
66
Interop.ErrorInfo errno = Interop.Sys.
GetLastErrorInfo
();
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerator.Unix.cs (1)
70
Interop.ErrorInfo info = Interop.Sys.
GetLastErrorInfo
();
src\libraries\System.Private.CoreLib\src\System\IO\FileStatus.Unix.cs (1)
511
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Exists.Unix.cs (2)
23
errorInfo = Interop.Sys.
GetLastErrorInfo
();
51
errorInfo = Interop.Sys.
GetLastErrorInfo
();
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (10)
87
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
156
Interop.ErrorInfo errno = Interop.Sys.
GetLastErrorInfo
();
172
Interop.ErrorInfo errno = Interop.Sys.
GetLastErrorInfo
();
197
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
243
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
302
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
346
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
376
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
451
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
529
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
src\libraries\System.Private.CoreLib\src\System\IO\RandomAccess.Unix.cs (2)
41
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
118
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
src\libraries\System.Private.CoreLib\src\System\IO\Strategies\FileStreamHelpers.Unix.cs (2)
23
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
44
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();