Home
last modified time | relevance | path

Searched refs:pathTblSize (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660.h198 uint32 pathTblSize[2]; // Path table size byte133-149 member
H A Diso9660.cpp214 volume->pathTblSize[LSB_DATA] = *(uint32*)buffer; in InitVolDesc()
215 buffer += sizeof(volume->pathTblSize[LSB_DATA]); in InitVolDesc()
216 volume->pathTblSize[MSB_DATA] = *(uint32*)buffer; in InitVolDesc()
217 buffer += sizeof(volume->pathTblSize[MSB_DATA]); in InitVolDesc()