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

  /hardware/libhardware_legacy/wifi/
wifi.c 226 int srcfd, destfd; local
242 destfd = open(SUPP_CONFIG_FILE, O_CREAT|O_WRONLY, 0660);
243 if (destfd < 0) {
253 close(destfd);
257 write(destfd, buf, nread);
260 close(destfd);
  /system/core/nexus/
Supplicant.cpp 449 int srcfd, destfd; local
465 destfd = open(SUPP_CONFIG_FILE, O_CREAT|O_WRONLY, 0660);
466 if (destfd < 0) {
476 close(destfd);
480 write(destfd, buf, nread);
483 close(destfd);

Completed in 983 milliseconds