2 references to S_IFBLK
System.Formats.Tar (2)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.DeviceFiles.cs (1)
14
return MkNod(pathName, mode | FileTypes.
S_IFBLK
, major, minor);
System\Formats\Tar\TarWriter.Unix.cs (1)
32
Interop.Sys.FileTypes.
S_IFBLK
=> TarEntryType.BlockDevice,