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