Searched refs:wfd (Results 1 – 2 of 2) sorted by relevance
268 int wfd; in addInotifyFd() local270 wfd = inotify_add_watch(mInotifyFd, fd.c_str(), IN_ALL_EVENTS); in addInotifyFd()271 if (wfd == -1) in addInotifyFd()274 mWatchFd.push_back(wfd); in addInotifyFd()
273 int wfd; in setup_wlan_config_file() local300 wfd = open(WLAN_INI_FILE_DEST, O_WRONLY | O_CREAT | O_TRUNC, 0660); in setup_wlan_config_file()301 if (wfd < 0) { in setup_wlan_config_file()307 rc = sendfile(wfd, rfd, 0, st_src.st_size); in setup_wlan_config_file()333 close(wfd); in setup_wlan_config_file()