29 references to GetLastErrorInfo
System.Private.CoreLib (29)
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 (6)
101Interop.ErrorInfo error = Interop.Sys.GetLastErrorInfo(); 355Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo(); 381Interop.ErrorInfo error = Interop.Sys.GetLastErrorInfo(); 419Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo(); 432Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo(); 494Interop.ErrorInfo error = Interop.Sys.GetLastErrorInfo();
src\libraries\System.Private.CoreLib\src\System\Environment.UnixOrBrowser.cs (1)
66Interop.ErrorInfo errno = Interop.Sys.GetLastErrorInfo();
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerator.Unix.cs (1)
70Interop.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)
87Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo(); 156Interop.ErrorInfo errno = Interop.Sys.GetLastErrorInfo(); 172Interop.ErrorInfo errno = Interop.Sys.GetLastErrorInfo(); 197Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo(); 243Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo(); 302Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo(); 346Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo(); 376Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo(); 451Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo(); 529Interop.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();