Searched refs:allow_unhashed (Results 1 – 4 of 4) sorted by relevance
/system/update_engine/scripts/update_payload/ |
D | payload.py | 261 block_size=0, part_sizes=None, allow_unhashed=False, argument 284 allow_unhashed=allow_unhashed, disabled_tests=disabled_tests)
|
D | checker_unittest.py | 738 def DoCheckOperationTest(self, op_type_name, allow_unhashed, argument 766 allow_unhashed=allow_unhashed) 816 if not allow_unhashed and not fail_data_hash: 1104 def ValidateCheckOperationTest(op_type_name, allow_unhashed, argument
|
D | checker.py | 300 allow_unhashed=False, disabled_tests=()): argument 323 self.allow_unhashed = allow_unhashed 948 if self.allow_unhashed:
|
/system/update_engine/scripts/ |
D | paycheck.py | 149 args.block_size or args.allow_unhashed or 234 allow_unhashed=args.allow_unhashed,
|