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

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dutility.c369 int wfd; local
455 wfd = open(destName, O_WRONLY | O_CREAT | O_TRUNC,
457 if (wfd < 0) {
463 if (copy_file_chunk(rfd, wfd, srcStatBuf.st_size)==FALSE)
467 if (close(wfd) < 0) {
489 close(wfd);

Completed in 38 milliseconds