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

/haiku/src/tools/restest/
H A DResourceFile.cpp864 uint32 adminSectionSize = _GetUInt32(header.rh_admin_section_size); local
865 if (adminSectionSize != indexSectionOffset + indexSectionSize) {
867 "should be: %lu.", adminSectionSize,
/haiku/src/kits/storage/
H A DResourceFile.cpp769 uint32 adminSectionSize = _GetInt(header.rh_admin_section_size); local
770 if (adminSectionSize != indexSectionOffset + indexSectionSize) {
772 "Is: %" B_PRIu32 ", should be: %" B_PRIu32 ".", adminSectionSize,

Completed in 25 milliseconds