3 references to Mode
System.Formats.Tar (3)
System\Formats\Tar\FieldLocations.cs (1)
13internal const ushort Uid = Mode + FieldLengths.Mode;
System\Formats\Tar\TarHeader.Read.cs (1)
387mode: (int)TarHelpers.ParseOctal<uint>(buffer.Slice(FieldLocations.Mode, FieldLengths.Mode)),
System\Formats\Tar\TarHeader.Write.cs (1)
609checksum += FormatOctal(_mode, buffer.Slice(FieldLocations.Mode, FieldLengths.Mode));