Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dimagetool.c127 int imagetool_get_filesize(struct image_tool_params *params, const char *fname) in imagetool_get_filesize() function
H A Dimagetool.h228 int imagetool_get_filesize(struct image_tool_params *params, const char *fname);
H A Dfit_image.c87 size = imagetool_get_filesize(params, params->datafile); in fit_calc_size()
93 size = imagetool_get_filesize(params, params->fit_ramdisk); in fit_calc_size()
100 size = imagetool_get_filesize(params, cont->fname); in fit_calc_size()