8 references to FormatOctal
System.Formats.Tar (8)
System\Formats\Tar\TarHeader.Write.cs (8)
609checksum += FormatOctal(_mode, buffer.Slice(FieldLocations.Mode, FieldLengths.Mode)); 614checksum += FormatOctal(_uid, buffer.Slice(FieldLocations.Uid, FieldLengths.Uid)); 619checksum += FormatOctal(_gid, buffer.Slice(FieldLocations.Gid, FieldLengths.Gid)); 626checksum += FormatOctal(_size, buffer.Slice(FieldLocations.Size, FieldLengths.Size)); 742checksum += FormatOctal(_devMajor, buffer.Slice(FieldLocations.DevMajor, FieldLengths.DevMajor)); 747checksum += FormatOctal(_devMinor, buffer.Slice(FieldLocations.DevMinor, FieldLengths.DevMinor)); 953FormatOctal(checksum, converted); 1047return FormatOctal(unixTimeSeconds, destination);