Searched refs:bsdiff_in_place (Results 1 – 2 of 2) sorted by relevance
/system/update_engine/scripts/update_payload/ |
D | payload.py | 307 def Apply(self, new_parts, old_parts=None, bsdiff_in_place=True, argument 329 self, bsdiff_in_place=bsdiff_in_place, bspatch_path=bspatch_path,
|
D | applier.py | 222 def __init__(self, payload, bsdiff_in_place=True, bspatch_path=None, argument 239 self.bsdiff_in_place = bsdiff_in_place
|