Home
last modified time | relevance | path

Searched defs:Idmap_header (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/libs/androidfw/
H A DIdmap.cpp42 struct Idmap_header { struct
44 uint32_t magic;
45 uint32_t version;
47 uint32_t target_crc32;
48 uint32_t overlay_crc32;
50 uint32_t fulfilled_policies;
51 uint32_t enforce_overlayable;
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DResourceTypes.java1571 static class Idmap_header extends WithOffset { class in ResourceTypes
1586 Idmap_header(ByteBuffer buf, int offset) { in Idmap_header() method in ResourceTypes.Idmap_header