4 references to CTime
System.Formats.Tar (4)
System\Formats\Tar\FieldLocations.cs (2)
38
internal const ushort Offset =
CTime
+ FieldLengths.CTime;
45
internal const ushort GnuUnused =
CTime
+ FieldLengths.CTime;
System\Formats\Tar\TarHeader.Read.cs (1)
548
ReadOnlySpan<byte> cTimeBuffer = buffer.Slice(FieldLocations.
CTime
, FieldLengths.CTime);
System\Formats\Tar\TarHeader.Write.cs (1)
799
checksum += WriteAsTimestamp(_cTime, buffer.Slice(FieldLocations.
CTime
, FieldLengths.CTime));