7 references to UName
System.Formats.Tar (7)
System\Formats\Tar\FieldLocations.cs (1)
26
internal const ushort GName = UName + FieldLengths.
UName
;
System\Formats\Tar\PosixTarEntry.cs (1)
130
_header.SyncStringExtendedAttribute(TarHeader.PaxEaUName, value, FieldLengths.
UName
);
System\Formats\Tar\TarHeader.cs (1)
228
AddOrRemoveStringField(ea, PaxEaUName, _uName, FieldLengths.
UName
, removeIfUnneeded);
System\Formats\Tar\TarHeader.Read.cs (1)
574
_uName = TarHelpers.ParseUtf8String(buffer.Slice(FieldLocations.UName, FieldLengths.
UName
));
System\Formats\Tar\TarHeader.Write.cs (3)
740
if (GetUtf8TextLength(uName) > FieldLengths.
UName
)
747
int truncatedLength = GetUtf16TruncatedTextLength(uName, FieldLengths.
UName
);
751
checksum += WriteAsUtf8String(uName, buffer.Slice(FieldLocations.UName, FieldLengths.
UName
));