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

  /system/update_engine/scripts/update_payload/
checker.py 655 allow_pseudo=False, allow_signature=False):
664 allow_signature: Whether or not the extents are used for a signature.
695 elif not (allow_pseudo or (allow_signature and len(extents) == 1)):
    [all...]
checker_unittest.py 527 allow_signature=True))
786 def DoCheckOperationTest(self, op_type_name, is_last, allow_signature,
798 allow_signature: Whether we're testing a signature-capable operation.
    [all...]

Completed in 63 milliseconds