48 references to GetLastErrorInfo
System.Private.CoreLib (48)
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)
63
ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs (9)
66
throw Interop.GetExceptionForIoErrno(Interop.Sys.
GetLastErrorInfo
(), Path);
120
Interop.ErrorInfo error = Interop.Sys.
GetLastErrorInfo
();
206
Interop.ErrorInfo error = Interop.Sys.
GetLastErrorInfo
();
423
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
449
Interop.ErrorInfo error = Interop.Sys.
GetLastErrorInfo
();
487
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
500
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
540
Interop.ErrorInfo error = Interop.Sys.
GetLastErrorInfo
();
567
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)
83
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)
45
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
126
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
src\libraries\System.Private.CoreLib\src\System\IO\SharedMemoryManager.Unix.cs (14)
223
Interop.ErrorInfo error = Interop.Sys.
GetLastErrorInfo
();
231
Interop.ErrorInfo error = Interop.Sys.
GetLastErrorInfo
();
242
Interop.ErrorInfo error = Interop.Sys.
GetLastErrorInfo
();
254
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
422
Interop.ErrorInfo error = Interop.Sys.
GetLastErrorInfo
();
429
error = Interop.Sys.
GetLastErrorInfo
();
474
error = Interop.Sys.
GetLastErrorInfo
();
482
error = Interop.Sys.
GetLastErrorInfo
();
542
Interop.ErrorInfo error = Interop.Sys.
GetLastErrorInfo
();
576
Interop.ErrorInfo error = Interop.Sys.
GetLastErrorInfo
();
661
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
682
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
761
Interop.ErrorInfo error = Interop.Sys.
GetLastErrorInfo
();
779
Interop.ErrorInfo error = 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
();
src\libraries\System.Private.CoreLib\src\System\IO\Strategies\UnixFileStreamStrategy.cs (1)
33
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();
src\libraries\System.Private.CoreLib\src\System\Threading\NamedMutex.Unix.cs (1)
269
Interop.ErrorInfo errorInfo = Interop.Sys.
GetLastErrorInfo
();