Home
last modified time | relevance | path

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

/aosp14/system/core/libmodprobe/
H A Dlibmodprobe.cpp158 this->module_load_.emplace_back(canonical_name); in ParseLoadCallback()
451 for (const auto& module : module_load_) { in LoadModulesParallel()
540 for (const auto& module : module_load_) { in LoadListedModules()
/aosp14/system/core/libmodprobe/include/modprobe/
H A Dmodprobe.h70 std::vector<std::string> module_load_; variable