Searched refs:unknownSectionOffset (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/restest/
H A DResourceFile.cpp353 uint32 unknownSectionOffset = size; local
406 indexHeader->rish_unknown_section_offset = unknownSectionOffset;
903 uint32 unknownSectionOffset local
905 if (unknownSectionOffset != indexSectionOffset + indexSectionSize) {
907 "should be: %lu.", unknownSectionOffset,
914 "should be: %lu.", unknownSectionOffset,
927 int32 maxResourceCount = (unknownSectionOffset - indexTableOffset)
/haiku/src/kits/storage/
H A DResourceFile.cpp812 uint32 unknownSectionOffset local
814 if (unknownSectionOffset != indexSectionOffset + indexSectionSize) {
817 unknownSectionOffset, indexSectionOffset + indexSectionSize);
824 unknownSectionOffset, kUnknownResourceSectionSize);
838 int32 maxResourceCount = (unknownSectionOffset - indexTableOffset)
1111 uint32 unknownSectionOffset = size; local
1174 indexHeader->rish_unknown_section_offset = unknownSectionOffset;
1201 fill_pattern(unknownSectionOffset, buffer, unknownSectionSize / 4);
1202 write_exactly(fFile, unknownSectionOffset, buffer, unknownSectionSize,

Completed in 116 milliseconds