Home
last modified time | relevance | path

Searched refs:kResourceIndexSectionHeaderSize (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/private/storage/
H A DResourcesDefs.h54 const uint32 kResourceIndexSectionHeaderSize = 132; variable
/haiku/src/tools/restest/
H A DResourcesDefs.h54 const uint32 kResourceIndexSectionHeaderSize = 132; variable
H A DResourceFile.cpp303 uint32 indexSectionSize = kResourceIndexSectionHeaderSize in GetResourcesSize()
347 uint32 indexSectionSize = kResourceIndexSectionHeaderSize in WriteResources()
414 data = skip_bytes(data, kResourceIndexSectionHeaderSize); in WriteResources()
860 uint32 indexSectionSize = kResourceIndexSectionHeaderSize in _ReadHeader()
881 kResourceIndexSectionHeaderSize, in _ReadIndex()
892 uint32 expectedIndexSectionSize = kResourceIndexSectionHeaderSize in _ReadIndex()
926 + kResourceIndexSectionHeaderSize; in _ReadIndex()
/haiku/src/kits/storage/
H A DResourceFile.cpp765 uint32 indexSectionSize = kResourceIndexSectionHeaderSize in _ReadHeader()
790 kResourceIndexSectionHeaderSize, in _ReadIndex()
801 uint32 expectedIndexSectionSize = kResourceIndexSectionHeaderSize in _ReadIndex()
837 + kResourceIndexSectionHeaderSize; in _ReadIndex()
1104 uint32 indexSectionSize = kResourceIndexSectionHeaderSize in _WriteResources()
1185 data = skip_bytes(data, kResourceIndexSectionHeaderSize); in _WriteResources()