Home
last modified time | relevance | path

Searched refs:expected_chain_partitions_map (Results 1 – 1 of 1) sorted by relevance

/external/avb/
Davbtool1078 def verify(self, image_dir, image_ext, expected_chain_partitions_map): argument
1162 def verify(self, image_dir, image_ext, expected_chain_partitions_map): argument
1317 def verify(self, image_dir, image_ext, expected_chain_partitions_map): argument
1462 def verify(self, image_dir, image_ext, expected_chain_partitions_map): argument
1566 def verify(self, image_dir, image_ext, expected_chain_partitions_map): argument
1667 def verify(self, image_dir, image_ext, expected_chain_partitions_map): argument
1679 value = expected_chain_partitions_map.get(self.partition_name)
2129 expected_chain_partitions_map = {}
2140 expected_chain_partitions_map[partition_name] = (rollback_index_location, pk_blob)
2184 if not desc.verify(image_dir, image_ext, expected_chain_partitions_map):