Searched refs:IDMAP_HEADER_SIZE_BYTES (Results 1 – 3 of 3) sorted by relevance
76 static const size_t N = ResTable::IDMAP_HEADER_SIZE_BYTES; in is_idmap_stale_fd()
1777 IDMAP_HEADER_SIZE_BYTES = 4 * sizeof(uint32_t) + 2 * 256, enumerator
231 if (size < ResTable::IDMAP_HEADER_SIZE_BYTES) { in assertIdmapHeader()354 size -= ResTable::IDMAP_HEADER_SIZE_BYTES; in parseIdmap()361 reinterpret_cast<const uint8_t*>(idmap) + ResTable::IDMAP_HEADER_SIZE_BYTES); in parseIdmap()6026 *outSize = ResTable::IDMAP_HEADER_SIZE_BYTES; in createIdmap()