Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dextent_utils.cc106 Extent& last_ext = new_extents.back(); in NormalizeExtents() local
107 if (last_ext.start_block() + last_ext.num_blocks() == in NormalizeExtents()
110 last_ext.set_num_blocks(last_ext.num_blocks() + curr_ext.num_blocks()); in NormalizeExtents()
/system/update_engine/scripts/
Dpayload_info.py179 last_ext = None
185 if last_ext and (curr_ext.start_block !=
186 last_ext.start_block + last_ext.num_blocks):
188 last_ext = curr_ext