Searched refs:new_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 909 op.dst_extents, new_usable_size, new_block_counters, 1057 new_block_counters = self._AllocBlockCounters(new_usable_size) 1070 op, op_name, old_block_counters, new_block_counters, 1103 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,
|