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

  /build/make/tools/releasetools/
blockimgdiff.py 268 def __init__(self, tgt_name, src_name, tgt_ranges, src_ranges, tgt_sha1,
273 self.src_ranges = src_ranges
309 self.src_ranges = RangeSet()
313 return (str(self.id) + ": <" + str(self.src_ranges) + " " + self.style +
487 def CanUseImgdiff(self, name, tgt_ranges, src_ranges, large_apk=False):
510 src_ranges: The source RangeSet.
519 if not tgt_ranges.monotonic or not src_ranges.monotonic:
524 src_ranges.extra.get('uses_shared_blocks')):
528 if tgt_ranges.extra.get('incomplete') or src_ranges.extra.get('incomplete')
    [all...]
test_blockimgdiff.py 234 src_ranges = RangeSet("0-5")
235 src_ranges.extra['incomplete'] = True
238 "/vendor/app/app4.apk", RangeSet("10-15"), src_ranges))
  /bootable/recovery/updater/
commands.cpp 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>.
114 RangeSet src_ranges; local
116 // "-" or <src_ranges> [<src_ranges_location>]
121 src_ranges = RangeSet::Parse(tokens[pos++]);
122 if (!src_ranges) {
129 SourceInfo result(src_hash, src_ranges, {}, {});
135 src_ranges.ToString().c_str(), src_blocks);
168 SourceInfo result(src_hash, src_ranges, src_ranges_location, stashes)
215 RangeSet src_ranges = RangeSet::Parse(tokens[pos++]); local
    [all...]
  /bootable/recovery/applypatch/
imgdiff.cpp 923 SortedRangeSet src_ranges; local
    [all...]

Completed in 157 milliseconds