Home
last modified time | relevance | path

Searched defs:op_name (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/scripts/update_payload/
Dapplier.py231 def _ApplyReplaceOperation(self, op, op_name, out_data, part_file, part_size): argument
294 def _ApplyZeroOperation(self, op, op_name, part_file): argument
314 def _ApplySourceCopyOperation(self, op, op_name, old_part_file, argument
358 def _ApplyDiffOperation(self, op, op_name, patch_data, old_part_file, argument
Dchecker.py693 def _CheckLength(self, length, total_blocks, op_name, length_name): argument
755 def _CheckReplaceOperation(self, op, data_length, total_dst_blocks, op_name): argument
792 def _CheckZeroOperation(self, op, op_name): argument
810 def _CheckAnyDiffOperation(self, op, data_length, total_dst_blocks, op_name): argument
844 total_dst_blocks, op_name): argument
866 def _CheckAnySourceOperation(self, op, total_src_blocks, op_name): argument
885 def _CheckOperation(self, op, op_name, old_block_counters, new_block_counters, argument
Dcommon.py201 def _OperationNameFormatter(op, op_name): argument
Dchecker_unittest.py45 def _OpTypeByName(op_name): argument