Lines Matching refs:expected_chain_partitions_map
1123 def verify(self, image_dir, image_ext, expected_chain_partitions_map, argument
1209 def verify(self, image_dir, image_ext, expected_chain_partitions_map, argument
1371 def verify(self, image_dir, image_ext, expected_chain_partitions_map, argument
1528 def verify(self, image_dir, image_ext, expected_chain_partitions_map, argument
1638 def verify(self, image_dir, image_ext, expected_chain_partitions_map, argument
1741 def verify(self, image_dir, image_ext, expected_chain_partitions_map, argument
1755 value = expected_chain_partitions_map.get(self.partition_name)
2233 expected_chain_partitions_map = {}
2244 expected_chain_partitions_map[partition_name] = (rollback_index_location, pk_blob)
2289 expected_chain_partitions_map.get(desc.partition_name) == None):
2297 if not desc.verify(image_dir, image_ext, expected_chain_partitions_map, image):