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)
539long aTime = (long)TarHelpers.ParseOctal<ulong>(buffer.Slice(FieldLocations.ATime, FieldLengths.ATime));
System\Formats\Tar\TarHeader.Write.cs (1)
756int checksum = WriteAsTimestamp(_aTime, buffer.Slice(FieldLocations.ATime, FieldLengths.ATime));