Home
last modified time | relevance | path

Searched refs:allow_unhashed (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/scripts/update_payload/
Dpayload.py261 block_size=0, part_sizes=None, allow_unhashed=False, argument
284 allow_unhashed=allow_unhashed, disabled_tests=disabled_tests)
Dchecker_unittest.py738 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
Dchecker.py300 allow_unhashed=False, disabled_tests=()): argument
323 self.allow_unhashed = allow_unhashed
948 if self.allow_unhashed:
/system/update_engine/scripts/
Dpaycheck.py149 args.block_size or args.allow_unhashed or
234 allow_unhashed=args.allow_unhashed,