Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/liblp/include/liblp/
H A Dsuper_layout_builder.h32 struct SuperImageExtent { struct
35 SuperImageExtent(const SuperImageExtent& other) = default; argument
37 SuperImageExtent(uint64_t offset, uint64_t size, Type type) in SuperImageExtent() argument
40 SuperImageExtent(uint64_t offset, std::shared_ptr<std::string> blob) in SuperImageExtent() argument
45 SuperImageExtent(uint64_t offset, uint64_t size, const std::string& image_name, in SuperImageExtent() function
59 uint64_t offset = 0;
60 uint64_t size = 0;
61 Type type = Type::INVALID;
64 std::shared_ptr<std::string> blob;
67 std::string image_name;
[all …]