Home
last modified time | relevance | path

Searched refs:assert_type (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/scripts/
Dpaycheck.py164 args.check = (args.check or args.report or args.assert_type or
176 if args.assert_type == _TYPE_FULL:
180 args.assert_type = _TYPE_DELTA
182 if args.assert_type == _TYPE_DELTA:
186 args.assert_type = _TYPE_FULL
240 assert_type=args.assert_type,
258 if args.assert_type == _TYPE_DELTA:
/system/update_engine/scripts/update_payload/
Dpayload.py276 metadata_size=0, report_out_file=None, assert_type=None, argument
299 self, assert_type=assert_type, block_size=block_size,
Dchecker.py299 def __init__(self, payload, assert_type=None, block_size=0, argument
319 if assert_type not in (None, _TYPE_FULL, _TYPE_DELTA):
321 assert_type)
322 self.payload_type = assert_type