Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/liblp/include/liblp/
H A Dsuper_layout_builder.h46 uint64_t image_offset) in SuperImageExtent()
49 this->image_offset = image_offset; in SuperImageExtent()
68 uint64_t image_offset = 0; member
/aosp14/system/core/fs_mgr/liblp/
H A Dsuper_layout_builder.cpp174 uint64_t image_offset = 0; in GetImageLayout() local
187 extents.emplace_back(super_offset, size, image_name, image_offset); in GetImageLayout()
189 image_offset += size; in GetImageLayout()
213 return image_name == other.image_name && image_offset == other.image_offset; in operator ==()
226 stream << "partition:" << extent.image_name << ":" << extent.image_offset; in operator <<()
/aosp14/system/core/fastboot/
H A Dsuper_flash_helper.cpp111 rv = sparse_file_add_fd(s.get(), iter->second.get(), extent.image_offset, in GetSparseLayout()