Searched defs:IDMAP_MAGIC (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp61 #define IDMAP_MAGIC 0x504D4449 macro
241 if (magic != IDMAP_MAGIC) {
243 magic, IDMAP_MAGIC);
7157 *data++ = htodl(IDMAP_MAGIC);
/frameworks/base/cmds/idmap/
H A Dinspect.cpp15 static const uint32_t IDMAP_MAGIC = 0x504D4449; member in namespace:__anon780
177 if (i != IDMAP_MAGIC) {
179 "constant 0x%08x\n", i, IDMAP_MAGIC);

Completed in 81 milliseconds