Searched refs:dst_file (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dcopy_file_chunk.c34 extern int copy_file_chunk(FILE *src_file, FILE *dst_file, unsigned long long chunksize) argument
59 nwritten = fwrite (buffer, 1, nread, dst_file);
62 if (ferror (dst_file))
H A Dlibbb.h99 int copy_file_chunk(FILE *src_file, FILE *dst_file, unsigned long long chunksize);

Completed in 49 milliseconds