9 references to PaxTarEntry
Microsoft.NET.Build.Containers (7)
LocalDaemons\ContainerArchive.cs (7)
141
PaxTarEntry configEntry =
new
(TarEntryType.RegularFile, configPath)
175
PaxTarEntry manifestEntry =
new
(TarEntryType.RegularFile, "manifest.json")
190
PaxTarEntry layoutEntry =
new
(TarEntryType.RegularFile, "oci-layout")
206
PaxTarEntry manifestEntry =
new
(TarEntryType.RegularFile, manifestPath)
237
PaxTarEntry indexEntry =
new
(TarEntryType.RegularFile, "index.json")
278
PaxTarEntry manifestListEntry =
new
(TarEntryType.RegularFile, $"{BlobsPath}/{manifestListSha}")
297
PaxTarEntry indexEntry =
new
(TarEntryType.RegularFile, "index.json")
System.Formats.Tar (2)
System\Formats\Tar\PaxTarEntry.cs (1)
26
/// <remarks><para>When creating an instance using the <see cref="
PaxTarEntry
(TarEntryType, string)"/> constructor, only the following entry types are supported:</para>
System\Formats\Tar\TarWriter.Unix.cs (1)
69
TarEntryFormat.Pax => new
PaxTarEntry
(entryType, entryName),