Home
last modified time | relevance | path

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

/aosp12/system/core/libmodprobe/include/modprobe/
H A Dmodprobe.h66 std::vector<std::string> module_load_; variable
/aosp12/system/core/libmodprobe/
H A Dlibmodprobe.cpp156 this->module_load_.emplace_back(canonical_name); in ParseLoadCallback()
442 for (const auto& module : module_load_) { in LoadListedModules()