Home
last modified time | relevance | path

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

/aosp12/build/make/tools/releasetools/
H A Dverity_utils.py70 def GetVeritySize(image_size, fec_supported): argument
74 if fec_supported:
256 self.fec_supported = fec_supported
290 verity_size = GetVeritySize(hi, self.fec_supported)
297 v = GetVeritySize(i, self.fec_supported)
348 if self.fec_supported:
538 fec_supported = info_dict.get("verity_fec") == "true"
540 partition_size, block_size, fec_supported)
559 def __init__(self, partition_size, block_size, fec_supported): argument
571 self.fec_supported = fec_supported
[all …]
H A Dtest_verity_utils.py100 self.assertTrue(generator.fec_supported)