Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DLoadedArsc.cpp452 const Chunk child_chunk = iter.Next(); in Load() local
453 switch (child_chunk.type()) { in Load()
456 reinterpret_cast<uintptr_t>(child_chunk.header<ResChunk_header>()); in Load()
461 child_chunk.header<ResStringPool_header>(), child_chunk.size()); in Load()
469 child_chunk.header<ResStringPool_header>(), child_chunk.size()); in Load()
480 const ResTable_typeSpec* type_spec = child_chunk.header<ResTable_typeSpec>(); in Load()
532 const ResTable_type* type = child_chunk.header<ResTable_type, kResTableTypeMinSize>(); in Load()
555 const ResTable_lib_header* lib = child_chunk.header<ResTable_lib_header>(); in Load()
561 if (child_chunk.data_size() / sizeof(ResTable_lib_entry) < dtohl(lib->count)) { in Load()
569 reinterpret_cast<const ResTable_lib_entry*>(child_chunk.data_ptr()); in Load()
[all …]