Searched defs:op_name (Results 1 – 4 of 4) sorted by relevance
| /system/update_engine/scripts/update_payload/ |
| D | checker.py | 693 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
|
| D | common.py | 203 def _OperationNameFormatter(op, op_name): argument
|
| D | checker_unittest.py | 45 def _OpTypeByName(op_name): argument
|
| /system/update_engine/payload_consumer/ |
| D | delta_performer.cc | 747 const string op_name = InstallOperationTypeName(op->type()); in ProcessOperation() local
|