5 references to CheckIo
System.Formats.Tar (5)
System\Formats\Tar\TarEntry.Unix.cs (4)
17
Interop.
CheckIo
(Interop.Sys.CreateBlockDevice(destinationFileName, (uint)Mode, (uint)_header._devMajor, (uint)_header._devMinor), destinationFileName);
24
Interop.
CheckIo
(Interop.Sys.CreateCharacterDevice(destinationFileName, (uint)Mode, (uint)_header._devMajor, (uint)_header._devMinor), destinationFileName);
31
Interop.
CheckIo
(Interop.Sys.MkFifo(destinationFileName, (uint)Mode), destinationFileName);
40
Interop.
CheckIo
(Interop.Sys.Link(targetFilePath, hardLinkFilePath), hardLinkFilePath);
System\Formats\Tar\TarWriter.Unix.cs (1)
26
Interop.
CheckIo
(Interop.Sys.LStat(fullPath, out status));