Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-pcbios.py176 extra_blocks = part.get_extra_block_count(blocks)
H A Dbootimg-efi.py383 extra_blocks = part.get_extra_block_count(blocks)
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dpartition.py65 def get_extra_block_count(self, current_blocks): member in Partition
103 extra_blocks = self.get_extra_block_count(actual_rootfs_size)