Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/oat/
H A Dimage.h52 ImageSection() : offset_(0), size_(0) { } in ImageSection() function
53 ImageSection(uint32_t offset, uint32_t size) : offset_(offset), size_(size) { } in ImageSection() function
/aosp_15_r20/cts/tools/release-parser/proto/
H A Drelease.proto193 message ImageSection { message