Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Dimagetool.c96 int imagetool_get_filesize(struct image_tool_params *params, const char *fname) in imagetool_get_filesize() function
H A Dfit_image.c147 size = imagetool_get_filesize(params, params->datafile); in fit_calc_size()
153 size = imagetool_get_filesize(params, params->fit_ramdisk); in fit_calc_size()
160 size = imagetool_get_filesize(params, cont->fname); in fit_calc_size()
H A Dimagetool.h211 int imagetool_get_filesize(struct image_tool_params *params, const char *fname);
H A Drkcommon.c189 size = imagetool_get_filesize(params, fname); in rkcommon_get_aligned_size()