Home
last modified time | relevance | path

Searched refs:is_last (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/scripts/update_payload/
Dchecker.py986 def _CheckOperation(self, op, op_name, is_last, old_block_counters, argument
1013 allow_signature_in_extents = (allow_signature and is_last and
1195 is_last = op_num == len(operations)
1197 op, op_name, is_last, old_block_counters, new_block_counters,
Dchecker_unittest.py835 def DoCheckOperationTest(self, op_type_name, is_last, allow_signature, argument
919 if not (allow_unhashed or (is_last and allow_signature and
969 args = (op, 'foo', is_last, old_block_counters, new_block_counters,
1228 def ValidateCheckOperationTest(op_type_name, is_last, allow_signature, argument