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