2 references to S_IFREG
System.Formats.Tar (2)
System\Formats\Tar\TarWriter.Unix.cs (2)
32if (_hardLinkMode == TarHardLinkMode.PreserveLink && (fileType == Interop.Sys.FileTypes.S_IFREG) && status.HardLinkCount > 1) 57Interop.Sys.FileTypes.S_IFREG => TarHelpers.GetRegularFileEntryTypeForFormat(Format),