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)
542
ReadOnlySpan<byte> aTimeBuffer = buffer.Slice(FieldLocations.ATime, FieldLengths.
ATime
);
System\Formats\Tar\TarHeader.Write.cs (1)
795
checksum += WriteAsTimestamp(_aTime, buffer.Slice(FieldLocations.ATime, FieldLengths.
ATime
));