Home
last modified time | relevance | path

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

/ohos5.0/build/ohos/images/mkimage/
H A Dimkcovert.py46 def get_gap_blocksize(length: int, size: int) -> int: function
99 inputrow.seek(get_gap_blocksize(length, blocksize) * blocksize)
188 outputrow.truncate(get_gap_blocksize(outputrow.tell(), blocksize) * blocksize)