Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/
H A Dfit-repack.sh87 truncate -s %${ITB_KB}K ${IMAGE}
H A Dfit-resign.sh136 truncate -s %${ITB_MAX_KB}K ${IMG_UBOOT}
H A Davbtool.py917 self._image.truncate(self._image.tell() + num_bytes)
1079 def truncate(self, size): member in ImageHandler
1093 self._image.truncate(size)
1145 self._image.truncate(truncate_at)
2268 image.truncate(new_image_size)
2316 image.truncate(zero_ht_start_offset)
2361 image.truncate(vbmeta_end_offset)
3277 image.truncate(footer.original_image_size)
3295 image.truncate(image.image_size + padding_needed)
3329 image.truncate(original_image_size)
[all …]
H A Dfit-sign.sh407 truncate -s %${ITB_MAX_KB}K ${IMG_UBOOT}
H A Dfit-core.sh592 truncate -s %${ITB_MAX_KB}K ${IMG_UBOOT}
/rk3399_rockchip-uboot/doc/
H A DREADME.rockchip191 # truncate, encode and append u-boot.bin
192 truncate -s %2048 u-boot.bin
H A DREADME.x86480 $ truncate -s %4096 u-boot.bin
/rk3399_rockchip-uboot/board/sandbox/
H A DREADME.sandbox335 $> truncate -s 1200M ./disk.raw
/rk3399_rockchip-uboot/
H A DMakefile898 cmd_truncate = truncate -s "%8" $@