Searched refs:expected_chain_partitions_map (Results 1 – 1 of 1) sorted by relevance
/external/avb/ |
D | avbtool | 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): [all …]
|