Searched refs:old_block_counters (Results 1 – 2 of 2) sorted by relevance
/system/update_engine/scripts/update_payload/ |
D | checker.py | 883 def _CheckOperation(self, op, op_name, old_block_counters, new_block_counters, argument 906 op.src_extents, old_usable_size, old_block_counters, 1055 old_block_counters = (self._AllocBlockCounters(old_usable_size) 1070 op, op_name, old_block_counters, new_block_counters, 1097 if old_block_counters: 1099 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,
|