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

/hardware/libhardware_legacy/wifi/
H A Dwifi.c109 static const char MODULE_FILE[] = "/proc/modules"; variable
208 if ((proc = fopen(MODULE_FILE, "r")) == NULL) {
209 ALOGW("Could not open %s: %s", MODULE_FILE, strerror(errno));

Completed in 1565 milliseconds