Home
last modified time | relevance | path

Searched refs:InsmodWithDeps (Results 1 – 2 of 2) sorted by relevance

/system/core/libmodprobe/include/modprobe/
Dmodprobe.h43 bool InsmodWithDeps(const std::string& module_name, const std::string& parameters);
/system/core/libmodprobe/
Dlibmodprobe.cpp352 bool Modprobe::InsmodWithDeps(const std::string& module_name, const std::string& parameters) { in InsmodWithDeps() function in Modprobe
418 if (InsmodWithDeps(module, parameters)) module_loaded = true; in LoadWithAliases()