31 references to GetLastErrorInfo
System.Private.CoreLib (31)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (3)
42ThrowExceptionForIoErrno(Sys.GetLastErrorInfo(), path, isDirError); 53ThrowExceptionForIoErrno(Sys.GetLastErrorInfo(), path: null, isDirError: false); 99Exception e = Interop.GetExceptionForIoErrno(Sys.GetLastErrorInfo(), path, isDirError);
src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetCwd.cs (1)
62ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo();
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs (7)
101Interop.ErrorInfo error = Interop.Sys.GetLastErrorInfo(); 161t_lastCloseErrorInfo = Interop.Sys.GetLastErrorInfo(); 366Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo(); 392Interop.ErrorInfo error = Interop.Sys.GetLastErrorInfo(); 430Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo(); 443Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo(); 505Interop.ErrorInfo error = Interop.Sys.GetLastErrorInfo();
src\libraries\System.Private.CoreLib\src\System\Environment.UnixOrBrowser.cs (1)
65Interop.ErrorInfo errno = Interop.Sys.GetLastErrorInfo();
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerator.Unix.cs (1)
74Interop.ErrorInfo info = Interop.Sys.GetLastErrorInfo();
src\libraries\System.Private.CoreLib\src\System\IO\FileStatus.Unix.cs (1)
511Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo();
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Exists.Unix.cs (2)
23errorInfo = Interop.Sys.GetLastErrorInfo(); 51errorInfo = Interop.Sys.GetLastErrorInfo();
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (10)
89Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo(); 158Interop.ErrorInfo errno = Interop.Sys.GetLastErrorInfo(); 174Interop.ErrorInfo errno = Interop.Sys.GetLastErrorInfo(); 199Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo(); 245Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo(); 304Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo(); 348Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo(); 378Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo(); 453Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo(); 531Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo();
src\libraries\System.Private.CoreLib\src\System\IO\RandomAccess.Unix.cs (2)
41Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo(); 118Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo();
src\libraries\System.Private.CoreLib\src\System\IO\Strategies\FileStreamHelpers.Unix.cs (2)
23Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo(); 44Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo();
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.Unix.NonAndroid.cs (1)
284throw Interop.GetExceptionForIoErrno(Interop.Sys.GetLastErrorInfo(), currentPath, isDirError: true);