Searched refs:old_block_counters (Results 1 – 2 of 2) sorted by relevance
/system/update_engine/scripts/update_payload/ |
D | checker.py | 885 def _CheckOperation(self, op, op_name, old_block_counters, new_block_counters, argument 908 op.src_extents, old_usable_size, old_block_counters, 1057 old_block_counters = (self._AllocBlockCounters(old_usable_size) 1072 op, op_name, old_block_counters, new_block_counters, 1099 if old_block_counters: 1101 histogram.Histogram.FromKeyList(old_block_counters),
|
D | checker_unittest.py | 772 old_block_counters = array.array( 859 args = (op, 'foo', old_block_counters, new_block_counters,
|