Home
last modified time | relevance | path

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

/system/core/libmodprobe/
Dlibmodprobe.cpp138 this->module_pre_softdep_.emplace_back(module, token); in ParseSoftdepCallback()
375 for (const auto& [module, softdep] : module_pre_softdep_) { in InsmodWithDeps()
476 for (const auto& [it_module, it_softdep] : module_pre_softdep_) { in GetAllDependencies()
/system/core/libmodprobe/include/modprobe/
Dmodprobe.h63 std::vector<std::pair<std::string, std::string>> module_pre_softdep_; variable