Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Dfit_image.c103 ret |= fit_set_totalsize(ptr, 0, sbuf.st_size); in fit_add_file_data()
/rk3399_rockchip-uboot/include/
H A Dimage.h1045 int fit_set_totalsize(void *fit, int noffset, int totalsize);
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c1203 int fit_set_totalsize(void *fit, int noffset, int totalsize) in fit_set_totalsize() function