3 references to ATime
System.Formats.Tar (3)
System\Formats\Tar\FieldLocations.cs (1)
37internal const ushort CTime = ATime + FieldLengths.ATime;
System\Formats\Tar\TarHeader.Read.cs (1)
540long aTime = TarHelpers.ParseNumeric<long>(buffer.Slice(FieldLocations.ATime, FieldLengths.ATime));
System\Formats\Tar\TarHeader.Write.cs (1)
753int checksum = WriteAsTimestamp(_aTime, buffer.Slice(FieldLocations.ATime, FieldLengths.ATime));