HomeSort by relevance Sort by last modified time
    Searched refs:care_map (Results 1 - 6 of 6) sorted by null

  /build/make/tools/releasetools/
test_add_img_to_target_files.py 205 care_map_file = os.path.join(OPTIONS.input_tmp, 'META', 'care_map.txt')
207 care_map = verify_fp.read()
209 lines = care_map.split('\n')
217 """Partitions without care_map should be ignored."""
223 care_map_file = os.path.join(OPTIONS.input_tmp, 'META', 'care_map.txt')
225 care_map = verify_fp.read()
227 lines = care_map.split('\n')
244 care_map_file = os.path.join(OPTIONS.input_tmp, 'META', 'care_map.txt')
246 care_map = verify_fp.read()
248 lines = care_map.split('\n'
    [all...]
sparse_img.py 117 self.care_map = rangelib.RangeSet(care_data)
122 # touch blocks that are not in the care_map due to block device
126 extended = self.care_map.extend(512)
128 extended = extended.intersect(all_blocks).subtract(self.care_map)
135 self.file_map = {"__DATA": self.care_map}
165 ranges = self.care_map
221 remaining = self.care_map
250 # For all the remaining blocks in the care_map (ie, those that
315 self.file_map = {"__DATA": self.care_map}
blockimgdiff.py 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)
    [all...]
common.py 645 # unconditionally. Note that they are still part of care_map. (Bug: 20939131)
    [all...]
add_img_to_target_files 76 # Partitions that should have their care_map added to META/care_map.txt.
99 """Returns the care_map string for the given partition.
106 (which, care_map_ranges): care_map_ranges is the raw string of the care_map
112 care_map_ranges = simg.care_map
543 """Generates and adds care_map.txt for system and vendor partitions.
566 care_map_path = "META/care_map.txt"
611 For now the list includes META/care_map.txt, and the related files under
771 # Generate care_map.txt for system and vendor partitions (if present), then
add_img_to_target_files.py 76 # Partitions that should have their care_map added to META/care_map.txt.
99 """Returns the care_map string for the given partition.
106 (which, care_map_ranges): care_map_ranges is the raw string of the care_map
112 care_map_ranges = simg.care_map
543 """Generates and adds care_map.txt for system and vendor partitions.
566 care_map_path = "META/care_map.txt"
611 For now the list includes META/care_map.txt, and the related files under
771 # Generate care_map.txt for system and vendor partitions (if present), then

Completed in 81 milliseconds