Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/
H A Davbtool.py969 def append_fill(self, fill_data, size): member in ImageHandler
2319 image.append_fill(b'\0\0\0\0', zero_ht_num_bytes - image.block_size)
2322 image.append_fill(b'\0\0\0\0', zero_fec_num_bytes - image.block_size)
/OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/
H A Davbtool852 def append_fill(self, fill_data, size): member in ImageHandler