Home
last modified time | relevance | path

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

/ohos5.0/base/update/packaging_tools/
H A Dpatch_package_process.py124 each_action.tgt_block_set.get_subtract_with_other(
203 all_tgt_minus_extended = all_tgt.get_subtract_with_other(
205 new_not_care = all_tgt_minus_extended.get_subtract_with_other(
328 un_stashed_src_ranges.get_subtract_with_other(
436 get_subtract_with_other(self.touched_src_ranges)
440 erase_last = new_not_care.get_subtract_with_other(erase_first)
474 target_blocks.get_subtract_with_other(blocks_to_write)
H A Dimage_class.py169 get_subtract_with_other(self.care_block_range)
187 each_range = each_range.get_subtract_with_other(BlocksManager("0"))
195 remain_range = remain_range.get_subtract_with_other(each_range)
198 remain_range = remain_range.get_subtract_with_other(reserved_blocks)
H A Dblocks_manager.py105 range_a = self.get_subtract_with_other(other)
106 range_b = other.get_subtract_with_other(self)
139 def get_subtract_with_other(self, other): member in BlocksManager