Home
last modified time | relevance | path

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

/device/lge/mako/conn_init/
Dwfc_util_fctrl.c587 int srcfd, destfd; in wfc_util_ffile_check_copy() local
612 destfd = open(pDestFName, O_CREAT|O_WRONLY, mode); in wfc_util_ffile_check_copy()
613 if (destfd < 0) { in wfc_util_ffile_check_copy()
623 close(destfd); in wfc_util_ffile_check_copy()
634 write(destfd, buf, nread); in wfc_util_ffile_check_copy()
637 close(destfd); in wfc_util_ffile_check_copy()
/device/asus/flo/conn_init/
Dwfc_util_fctrl.c587 int srcfd, destfd; in wfc_util_ffile_check_copy() local
612 destfd = open(pDestFName, O_CREAT|O_WRONLY, mode); in wfc_util_ffile_check_copy()
613 if (destfd < 0) { in wfc_util_ffile_check_copy()
623 close(destfd); in wfc_util_ffile_check_copy()
634 write(destfd, buf, nread); in wfc_util_ffile_check_copy()
637 close(destfd); in wfc_util_ffile_check_copy()