Home
last modified time | relevance | path

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

/aosp14/system/core/libmodprobe/include/modprobe/
H A Dmodprobe.h47 bool InsmodWithDeps(const std::string& module_name, const std::string& parameters);
/aosp14/system/core/libmodprobe/
H A Dlibmodprobe.cpp354 bool Modprobe::InsmodWithDeps(const std::string& module_name, const std::string& parameters) { in InsmodWithDeps() function in Modprobe
420 if (InsmodWithDeps(module, parameters)) module_loaded = true; in LoadWithAliases()