Searched refs:proc (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware_legacy/wifi/
H A Dwifi.c109 static const char MODULE_FILE[] = "/proc/modules";
193 FILE *proc; local
208 if ((proc = fopen(MODULE_FILE, "r")) == NULL) {
213 while ((fgets(line, sizeof(line), proc)) != NULL) {
215 fclose(proc);
219 fclose(proc);

Completed in 30 milliseconds