3 references to UName
System.Formats.Tar (3)
System\Formats\Tar\FieldLocations.cs (1)
26internal const ushort GName = UName + FieldLengths.UName;
System\Formats\Tar\TarHeader.Read.cs (1)
519_uName = TarHelpers.GetTrimmedUtf8String(buffer.Slice(FieldLocations.UName, FieldLengths.UName));
System\Formats\Tar\TarHeader.Write.cs (1)
719checksum += WriteAsUtf8String(uName, buffer.Slice(FieldLocations.UName, FieldLengths.UName));