3 references to GName
System.Formats.Tar (3)
System\Formats\Tar\FieldLocations.cs (1)
27
internal const ushort DevMajor =
GName
+ FieldLengths.GName;
System\Formats\Tar\TarHeader.Read.cs (1)
521
_gName = TarHelpers.GetTrimmedUtf8String(buffer.Slice(FieldLocations.
GName
, FieldLengths.GName));
System\Formats\Tar\TarHeader.Write.cs (1)
734
checksum += WriteAsUtf8String(gName, buffer.Slice(FieldLocations.
GName
, FieldLengths.GName));