Home
last modified time | relevance | path

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

/trusted-firmware-a/tools/sptool/
A 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()
/trusted-firmware-a/tools/fiptool/
A Dfiptool.c131 static void xfwrite(void *buf, size_t size, FILE *fp, const char *filename) in xfwrite() function
419 xfwrite(image->buffer, image->toc_e.size, fp, filename); in write_image_to_file()
565 xfwrite(buf, buf_size, fp, filename); in pack_images()
578 xfwrite(image->buffer, image->toc_e.size, fp, filename); in pack_images()

Completed in 5 milliseconds