4 references to DevMinor
System.Formats.Tar (4)
System\Formats\Tar\FieldLocations.cs (2)
32
internal const ushort Prefix = DevMinor + FieldLengths.
DevMinor
;
36
internal const ushort ATime = DevMinor + FieldLengths.
DevMinor
;
System\Formats\Tar\TarHeader.Read.cs (1)
531
_devMinor = TarHelpers.ParseNumeric<int>(buffer.Slice(FieldLocations.DevMinor, FieldLengths.
DevMinor
));
System\Formats\Tar\TarHeader.Write.cs (1)
744
checksum += FormatNumeric(_devMinor, buffer.Slice(FieldLocations.DevMinor, FieldLengths.
DevMinor
));