Searched defs:do_remove (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/payload_generator/
H A Ddelta_diff_utils.cc69 // position |*idx_p| of |extents|. If |do_remove| is true, this range will be
74 const bool do_remove, uint64_t range_start,
81 if (do_remove) {
126 bool do_remove = false; local
128 do_remove = ((*src_extents)[src_idx].start_block() + src_offset ==
140 bool new_src = ProcessExtentBlockRange(src_extents, &src_idx, do_remove,
142 bool new_dst = ProcessExtentBlockRange(dst_extents, &dst_idx, do_remove,
151 if (do_remove)
157 if (do_remove && (nonfull_block_bytes = total_bytes % kBlockSize))
73 ProcessExtentBlockRange(vector<Extent>* extents, size_t* idx_p, const bool do_remove, uint64_t range_start, uint64_t range_end) argument

Completed in 77 milliseconds