6 references to UName
System.Formats.Tar (6)
System\Formats\Tar\FieldLocations.cs (1)
26
internal const ushort GName = UName + FieldLengths.
UName
;
System\Formats\Tar\TarHeader.Read.cs (1)
520
_uName = TarHelpers.GetTrimmedUtf8String(buffer.Slice(FieldLocations.UName, FieldLengths.
UName
));
System\Formats\Tar\TarHeader.Write.cs (4)
705
if (GetUtf8TextLength(uName) > FieldLengths.
UName
)
712
int truncatedLength = GetUtf16TruncatedTextLength(uName, FieldLengths.
UName
);
716
checksum += WriteAsUtf8String(uName, buffer.Slice(FieldLocations.UName, FieldLengths.
UName
));
914
TryAddStringField(ExtendedAttributes, PaxEaUName, _uName, FieldLengths.
UName
);