OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CalculateMinPartitionSize
(Results
1 - 2
of
2
) sorted by null
/build/make/tools/releasetools/
test_verity_utils.py
311
# To test
CalculateMinPartitionSize
(), by using 200MB to 2GB image size.
336
builder.
CalculateMinPartitionSize
(
349
min_partition_size = builder.
CalculateMinPartitionSize
(
371
min_partition_size = builder.
CalculateMinPartitionSize
(
verity_utils.py
372
def
CalculateMinPartitionSize
(self, image_size, size_calculator=None):
430
"
CalculateMinPartitionSize
(%d): partition_size %d.", image_size,
436
self.partition_size = self.
CalculateMinPartitionSize
(image_size)
Completed in 101 milliseconds