3 references to PaxEaUName
System.Formats.Tar (3)
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)
170
if (ExtendedAttributes.TryGetValue(
PaxEaUName
, out string? paxEaUName))