OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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