HomeSort by relevance Sort by last modified time
    Searched refs:srcfd (Results 1 - 2 of 2) sorted by null

  /hardware/libhardware_legacy/wifi/
wifi.c 226 int srcfd, destfd; local
236 srcfd = open(SUPP_CONFIG_TEMPLATE, O_RDONLY);
237 if (srcfd < 0) {
244 close(srcfd);
249 while ((nread = read(srcfd, buf, sizeof(buf))) != 0) {
252 close(srcfd);
261 close(srcfd);
  /system/core/nexus/
Supplicant.cpp 449 int srcfd, destfd; local
459 srcfd = open(SUPP_CONFIG_TEMPLATE, O_RDONLY);
460 if (srcfd < 0) {
467 close(srcfd);
472 while ((nread = read(srcfd, buf, sizeof(buf))) != 0) {
475 close(srcfd);
484 close(srcfd);

Completed in 78 milliseconds