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

/haiku/src/kits/storage/
H A DResourceFile.cpp216 uint32 info_table_size; member in struct:BPrivate::Storage::resource_parse_info
288 parseInfo.info_table_size = 0;
833 parseInfo.info_table_size = infoTableSize;
917 char* tableData = new(std::nothrow) char[parseInfo.info_table_size];
920 int32 dataSize = parseInfo.info_table_size;

Completed in 55 milliseconds