Home
last modified time | relevance | path

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

/system/core/libcutils/
Dstr_parms.cpp104 goto do_remove; in remove_pair()
107 goto do_remove; in remove_pair()
112 do_remove: in remove_pair()
/system/update_engine/payload_generator/
Ddelta_diff_utils.cc93 const bool do_remove, in ProcessExtentBlockRange() argument
101 if (do_remove) { in ProcessExtentBlockRange()
146 bool do_remove = false; in RemoveIdenticalBlockRanges() local
148 do_remove = ((*src_extents)[src_idx].start_block() + src_offset == in RemoveIdenticalBlockRanges()
161 src_extents, &src_idx, do_remove, prev_src_offset, src_offset); in RemoveIdenticalBlockRanges()
163 dst_extents, &dst_idx, do_remove, prev_dst_offset, dst_offset); in RemoveIdenticalBlockRanges()
171 if (do_remove) in RemoveIdenticalBlockRanges()
177 if (do_remove && (nonfull_block_bytes = total_bytes % kBlockSize)) in RemoveIdenticalBlockRanges()