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