Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dab_generator.cc207 AnnotatedOperation& last_aop = new_aops.back(); in MergeOperations() local
208 bool last_is_a_replace = IsAReplaceOperation(last_aop.op.type()); in MergeOperations()
210 if (last_aop.op.dst_extents_size() <= 0 || in MergeOperations()
215 uint32_t last_dst_idx = last_aop.op.dst_extents_size() - 1; in MergeOperations()
217 last_aop.op.dst_extents(last_dst_idx).start_block() + in MergeOperations()
218 last_aop.op.dst_extents(last_dst_idx).num_blocks(); in MergeOperations()
221 last_aop.op.dst_extents(last_dst_idx).num_blocks() + in MergeOperations()
226 if (((is_delta_op && (last_aop.op.type() == curr_aop.op.type())) || in MergeOperations()
234 last_aop.name = base::StringPrintf( in MergeOperations()
235 "%s,%s", last_aop.name.c_str(), curr_aop.name.c_str()); in MergeOperations()
[all …]