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

  /build/make/tools/releasetools/
blockimgdiff.py 268 def __init__(self, tgt_name, src_name, tgt_ranges, src_ranges, tgt_sha1,
272 self.tgt_ranges = tgt_ranges
314 " to " + str(self.tgt_ranges) + ">")
487 def CanUseImgdiff(self, name, tgt_ranges, src_ranges, large_apk=False):
509 tgt_ranges: The target RangeSet.
519 if not tgt_ranges.monotonic or not src_ranges.monotonic:
523 if (tgt_ranges.extra.get('uses_shared_blocks') or
528 if tgt_ranges.extra.get('incomplete') or src_ranges.extra.get('incomplete'):
673 tgt_size = xf.tgt_ranges.size(
    [all...]
  /bootable/recovery/updater/
commands.cpp 83 // <tgt_ranges> <src_block_count> - <[stash_id:location] ...>
86 // <tgt_ranges> <src_block_count> <src_ranges>
89 // <tgt_ranges> <src_block_count> <src_ranges> <src_ranges_location> <[stash_id:location] ...>
92 // At least it needs to provide three args: <tgt_ranges>, <src_block_count> and "-"/<src_ranges>.
99 RangeSet tgt_ranges = RangeSet::Parse(tokens[pos++]); local
100 if (!tgt_ranges) {
104 *target = TargetInfo(tgt_hash, tgt_ranges);
201 RangeSet tgt_ranges = RangeSet::Parse(tokens[pos++]); local
202 if (!tgt_ranges) {
206 target_info = TargetInfo(kUnknownHash, tgt_ranges);
    [all...]

Completed in 51 milliseconds