Home
last modified time | relevance | path

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

/base/update/packaging_tools/
Dpatch_package_process.py124 each_action.tgt_block_set.get_subtract_with_other(
195 all_tgt_minus_extended = all_tgt.get_subtract_with_other(
197 new_not_care = all_tgt_minus_extended.get_subtract_with_other(
320 un_stashed_src_ranges.get_subtract_with_other(
428 get_subtract_with_other(self.touched_src_ranges)
432 erase_last = new_not_care.get_subtract_with_other(erase_first)
466 target_blocks.get_subtract_with_other(blocks_to_write)
Dblocks_manager.py111 range_a = self.get_subtract_with_other(other)
112 range_b = other.get_subtract_with_other(self)
145 def get_subtract_with_other(self, other): member in BlocksManager
Dimage_class.py166 get_subtract_with_other(self.care_block_range)
191 remain_range = remain_range.get_subtract_with_other(each_range)
194 remain_range = remain_range.get_subtract_with_other(reserved_blocks)