Home
last modified time | relevance | path

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

/hardware/qcom/wlan/wcn6740/wcnss-service/
Dwcnss_service.c622 int fp_src, fp_dst; in nvbin_sendfile() local
624 if ((fp_src = open(src, O_RDONLY)) < 0) in nvbin_sendfile()
633 close(fp_src); in nvbin_sendfile()
639 if (sendfile(fp_dst, fp_src, 0, src_stat->st_size) == -1) in nvbin_sendfile()
660 close(fp_src); in nvbin_sendfile()