Home
last modified time | relevance | path

Searched refs:image_offset_ (Results 1 – 1 of 1) sorted by relevance

/system/apex/apexd/
Dapex_file.h50 const std::optional<int32_t>& GetImageOffset() const { return image_offset_; } in GetImageOffset()
67 image_offset_(image_offset), in ApexFile()
75 std::optional<int32_t> image_offset_; variable