HomeSort by relevance Sort by last modified time
    Searched full:last_aop (Results 1 - 1 of 1) sorted by null

  /system/update_engine/payload_generator/
ab_generator.cc 204 AnnotatedOperation& last_aop = new_aops.back(); local
205 bool last_is_a_replace = IsAReplaceOperation(last_aop.op.type());
207 if (last_aop.op.dst_extents_size() <= 0 ||
212 uint32_t last_dst_idx = last_aop.op.dst_extents_size() - 1;
214 last_aop.op.dst_extents(last_dst_idx).start_block() +
215 last_aop.op.dst_extents(last_dst_idx).num_blocks();
218 last_aop.op.dst_extents(last_dst_idx).num_blocks() +
223 if (((is_delta_op && (last_aop.op.type() == curr_aop.op.type())) ||
231 last_aop.name = base::StringPrintf("%s,%s",
232 last_aop.name.c_str()
    [all...]

Completed in 57 milliseconds