Home
last modified time | relevance | path

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

/hardware/qcom/wlan/wcn6740/wcnss-service/
Dwcnss_service.c619 struct stat *src_stat) in nvbin_sendfile() argument
639 if (sendfile(fp_dst, fp_src, 0, src_stat->st_size) == -1) in nvbin_sendfile()
647 new_time.actime = src_stat->st_atime; in nvbin_sendfile()
648 new_time.modtime = src_stat->st_mtime; in nvbin_sendfile()