OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IDMAP_MAGIC
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/cmds/idmap/
inspect.cpp
14
static const uint32_t
IDMAP_MAGIC
= 0x504D4449;
176
if (i !=
IDMAP_MAGIC
) {
178
"constant 0x%08x\n", i,
IDMAP_MAGIC
);
/frameworks/base/libs/androidfw/
ResourceTypes.cpp
61
#define
IDMAP_MAGIC
0x504D4449
242
if (magic !=
IDMAP_MAGIC
) {
244
magic,
IDMAP_MAGIC
);
[
all
...]
Completed in 128 milliseconds