Home
last modified time | relevance | path

Searched defs:module_name (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/libmodprobe/
H A Dlibmodprobe.cpp51 std::string module_name = module_path.substr(start, end - start); in MakeCanonical() local
108 const std::string& module_name = *it++; in ParseAliasCallback() local
244 void Modprobe::AddOption(const std::string& module_name, const std::string& option_name, in AddOption()
258 std::string module_name = ""; in ParseKernelCmdlineOptions() local
354 bool Modprobe::InsmodWithDeps(const std::string& module_name, const std::string& parameters) { in InsmodWithDeps()
398 bool Modprobe::LoadWithAliases(const std::string& module_name, bool strict, in LoadWithAliases()
430 bool Modprobe::IsBlocklisted(const std::string& module_name) { in IsBlocklisted()
550 bool Modprobe::Remove(const std::string& module_name) { in Remove()
H A Dlibmodprobe_ext_test.cpp63 bool Modprobe::Rmmod(const std::string& module_name) { in Rmmod()
73 bool Modprobe::ModuleExists(const std::string& module_name) { in ModuleExists()
H A Dlibmodprobe_ext.cpp74 bool Modprobe::Rmmod(const std::string& module_name) { in Rmmod()
86 bool Modprobe::ModuleExists(const std::string& module_name) { in ModuleExists()
/aosp14/system/core/trusty/coverage/
H A Dcoverage.cpp59 CoverageRecord::CoverageRecord(string tipc_dev, struct uuid* uuid, string module_name) in CoverageRecord()