Lines Matching refs:Headers
53 yaml::MsfHeaders Headers; in dumpFileHeaders() local
54 Obj.Headers.emplace(); in dumpFileHeaders()
55 Obj.Headers->SuperBlock.NumBlocks = File.getBlockCount(); in dumpFileHeaders()
56 Obj.Headers->SuperBlock.BlockMapAddr = File.getBlockMapIndex(); in dumpFileHeaders()
57 Obj.Headers->BlockMapOffset = File.getBlockMapOffset(); in dumpFileHeaders()
58 Obj.Headers->SuperBlock.BlockSize = File.getBlockSize(); in dumpFileHeaders()
60 Obj.Headers->DirectoryBlocks.assign(Blocks.begin(), Blocks.end()); in dumpFileHeaders()
61 Obj.Headers->NumDirectoryBlocks = File.getNumDirectoryBlocks(); in dumpFileHeaders()
62 Obj.Headers->SuperBlock.NumDirectoryBytes = File.getNumDirectoryBytes(); in dumpFileHeaders()
63 Obj.Headers->NumStreams = in dumpFileHeaders()
65 Obj.Headers->SuperBlock.Unknown0 = File.getUnknown0(); in dumpFileHeaders()
66 Obj.Headers->SuperBlock.Unknown1 = File.getUnknown1(); in dumpFileHeaders()
67 Obj.Headers->FileSize = File.getFileSize(); in dumpFileHeaders()