Searched defs:partition_size (Results 1 – 2 of 2) sorted by relevance
/build/make/tools/releasetools/ |
D | verity_utils.py | 221 def CalculateMaxImageSize(self, partition_size): argument 241 def __init__(self, partition_size, block_dev, fec_supported, signer_path, argument 259 def CalculateMaxImageSize(self, partition_size=None): argument 363 def __init__(self, partition_name, partition_size, footer_type, avbtool, argument 443 def CalculateMaxImageSize(self, partition_size=None): argument 549 def __init__(self, partition_size, block_size, fec_supported): argument 700 def CreateCustomImageBuilder(info_dict, partition_name, partition_size, argument
|
D | test_verity_utils.py | 352 def _SizeCalculator(partition_size): argument 373 def _SizeCalculator(partition_size): argument
|