Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp66 #define IDMAP_MAGIC 0x706d6469 macro
227 if (*map != htodl(IDMAP_MAGIC)) { // htodl: map data expected to be in correct endianess in assertIdmapHeader()
229 *map, htodl(IDMAP_MAGIC)); in assertIdmapHeader()
5226 *data++ = htodl(IDMAP_MAGIC); in createIdmap()