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

  /system/core/nexus/
WifiController.h 179 char mModulePath[255];
243 char *getModulePath() { return mModulePath; }
WifiController.cpp 45 strncpy(mModulePath, modpath, sizeof(mModulePath));
122 if (loadKernelModule(mModulePath, mModuleArgs)) {

Completed in 27 milliseconds