Searched refs:idmap_id (Results 1 – 2 of 2) sorted by relevance
1582 const ResTable_package* const pkg, const Header* const header, uint32_t idmap_id);
3016 uint32_t idmap_id = 0; in add() local3022 idmap_id = tmp; in add()3025 if (parsePackage((ResTable_package*)chunk, header, idmap_id) != NO_ERROR) { in add()5108 const Header* const header, uint32_t idmap_id) in parsePackage() argument5142 uint32_t id = idmap_id != 0 ? idmap_id : dtohl(pkg->id); in parsePackage()