Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/tools/sptool/
Dsptool.c72 static void xfwrite(void *buf, size_t size, FILE *fp) in xfwrite() function
239 xfwrite(sp->pm_data, sp->pm_size, f); in output_write()
248 xfwrite(sp->img_data, sp->img_size, f); in output_write()
263 xfwrite(&sp_header_info, sizeof(struct sp_pkg_header), f); in output_write()
/external/arm-trusted-firmware/tools/fiptool/
Dfiptool.c131 static void xfwrite(void *buf, size_t size, FILE *fp, const char *filename) in xfwrite() function
407 xfwrite(image->buffer, image->toc_e.size, fp, filename); in write_image_to_file()
553 xfwrite(buf, buf_size, fp, filename); in pack_images()
566 xfwrite(image->buffer, image->toc_e.size, fp, filename); in pack_images()