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