Searched defs:readIndices (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/storage/
H A DResourceFile.cpp925 bool* readIndices = new(std::nothrow) bool[resourceCount + 1]; local
1041 _ReadResourceInfo(resource_parse_info& parseInfo, const MemArea& area, const resource_info* info, type_code type, bool* readIndices) argument
/haiku/src/tools/restest/
H A DResourceFile.cpp1004 bool* readIndices = new bool[fResourceCount + 1]; // + 1 => always > 0 local
1116 _ReadResourceInfo(const MemArea& area, const resource_info* info, type_code type, bool* readIndices) argument

Completed in 51 milliseconds