Searched defs:Idmap_header (Results 1 – 2 of 2) sorted by relevance
42 struct Idmap_header { struct44 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;
1571 static class Idmap_header extends WithOffset { class in ResourceTypes1586 Idmap_header(ByteBuffer buf, int offset) { in Idmap_header() method in ResourceTypes.Idmap_header