3 references to ATime
System.Formats.Tar (3)
System\Formats\Tar\FieldLocations.cs (1)
37
internal const ushort CTime =
ATime
+ FieldLengths.ATime;
System\Formats\Tar\TarHeader.Read.cs (1)
539
_aTime = ParseAsTimestamp(buffer.Slice(FieldLocations.
ATime
, FieldLengths.ATime));
System\Formats\Tar\TarHeader.Write.cs (1)
793
checksum += WriteAsTimestamp(_aTime, buffer.Slice(FieldLocations.
ATime
, FieldLengths.ATime));