Home
last modified time | relevance | path

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

/system/core/libmodprobe/include/modprobe/
Dmodprobe.h51 bool IsBlocklisted(const std::string& module_name);
/system/core/libmodprobe/
Dlibmodprobe.cpp428 bool Modprobe::IsBlocklisted(const std::string& module_name) { in IsBlocklisted() function in Modprobe
444 if (IsBlocklisted(module)) continue; in LoadListedModules()