Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Dmkexynosspl.c40 static void write_to_file(int ofd, void *buffer, int size) in write_to_file() function
173 write_to_file(ofd, &vsh, sizeof(vsh)); in main()
176 write_to_file(ofd, buffer, count); in main()
180 write_to_file(ofd, &checksum, sizeof(checksum)); in main()