Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wcnss-service/
Dwcnss_service.c274 struct stat st_dest, st_src; in setup_wlan_config_file() local
280 rc = stat(WLAN_INI_FILE_SOURCE, &st_src); in setup_wlan_config_file()
288 (st_dest.st_mtime > st_src.st_mtime)) { in setup_wlan_config_file()
307 rc = sendfile(wfd, rfd, 0, st_src.st_size); in setup_wlan_config_file()
308 if (rc != st_src.st_size) { in setup_wlan_config_file()
313 new_time.actime = st_src.st_atime; in setup_wlan_config_file()
314 new_time.modtime = st_src.st_mtime; in setup_wlan_config_file()