Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/libmodprobe/
H A Dlibmodprobe.cpp466 std::set<std::string> modules_to_load = {canonical_name}; in LoadWithAliases() local
475 modules_to_load.emplace(aliased_module); in LoadWithAliases()
479 for (const auto& module : modules_to_load) { in LoadWithAliases()
486 << ", tried: " << android::base::Join(modules_to_load, ", "); in LoadWithAliases()