Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dinplace_generator.cc116 vector<uint64_t> remove_extents_expanded = ExpandExtents(remove_extents); in SubstituteBlocks() local
118 CHECK_EQ(remove_extents_expanded.size(), replace_extents_expanded.size()); in SubstituteBlocks()
122 conversion[remove_extents_expanded[i]] = replace_extents_expanded[i]; in SubstituteBlocks()