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)
543
long cTime = TarHelpers.ParseNumeric<long>(buffer.Slice(FieldLocations.
CTime
, FieldLengths.CTime));
System\Formats\Tar\TarHeader.Write.cs (1)
754
checksum += WriteAsTimestamp(_cTime, buffer.Slice(FieldLocations.
CTime
, FieldLengths.CTime));