Searched refs:new_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 911 op.dst_extents, new_usable_size, new_block_counters, 1059 new_block_counters = self._AllocBlockCounters(new_usable_size) 1072 op, op_name, old_block_counters, new_block_counters, 1105 new_block_counters[:self._SizeToNumBlocks(new_fs_size)])
|
D | checker_unittest.py | 774 new_block_counters = array.array( 859 args = (op, 'foo', old_block_counters, new_block_counters,
|