6 references to PaxTarEntry
Microsoft.NET.Build.Containers (4)
Layer.cs (4)
101
var entry = new
PaxTarEntry
(TarEntryType.Directory, "Files", entryAttributes);
135
var entry = new
PaxTarEntry
(TarEntryType.Directory, "Hives", entryAttributes);
161
entry =
new
(TarEntryType.RegularFile, containerPath, entryAttributes)
168
entry =
new
(TarEntryType.Directory, containerPath, entryAttributes);
System.Formats.Tar (2)
System\Formats\Tar\PaxTarEntry.cs (2)
31
/// <para>Use the <see cref="
PaxTarEntry
(TarEntryType, string, IEnumerable{KeyValuePair{string, string}})"/> constructor to include extended attributes when creating the entry.</para>
111
/// <remarks>The extended attributes are specified when constructing an entry and updated with additional attributes when the entry is written. Use <see cref="
PaxTarEntry
(TarEntryType, string, IEnumerable{KeyValuePair{string, string}})"/> to append custom extended attributes.