Home | History | Annotate | Download | only in releasetools

Lines Matching refs:care_map

77     self.care_map = RangeSet()
124 self.care_map = RangeSet(data=(0, self.total_blocks))
175 return self.RangeSha1(self.care_map.subtract(self.clobbered_blocks))
332 # care_map: a RangeSet containing which blocks (in the range [0,
336 # file_map: a dict that partitions the blocks contained in care_map
357 # care_map minus clobbered_blocks, or including the clobbered
395 self.AssertPartition(src.care_map, src.file_map.values())
396 self.AssertPartition(tgt.care_map, tgt.file_map.values())
673 new_dontcare = all_tgt_minus_extended.subtract(self.tgt.care_map)
1003 for s, e in self.tgt.care_map: