Home
last modified time | relevance | path

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

/system/core/libmodprobe/
Dlibmodprobe.cpp34 std::string Modprobe::MakeCanonical(const std::string& module_path) { in MakeCanonical()
55 bool Modprobe::ParseDepCallback(const std::string& base_path, in ParseDepCallback()
90 bool Modprobe::ParseAliasCallback(const std::vector<std::string>& args) { in ParseAliasCallback()
111 bool Modprobe::ParseSoftdepCallback(const std::vector<std::string>& args) { in ParseSoftdepCallback()
147 bool Modprobe::ParseLoadCallback(const std::vector<std::string>& args) { in ParseLoadCallback()
160 bool Modprobe::ParseOptionsCallback(const std::vector<std::string>& args) { in ParseOptionsCallback()
197 bool Modprobe::ParseBlocklistCallback(const std::vector<std::string>& args) { in ParseBlocklistCallback()
222 void Modprobe::ParseCfg(const std::string& cfg, in ParseCfg()
241 void Modprobe::AddOption(const std::string& module_name, const std::string& option_name, in AddOption()
253 void Modprobe::ParseKernelCmdlineOptions(void) { in ParseKernelCmdlineOptions()
[all …]
Dlibmodprobe_ext_test.cpp32 std::string Modprobe::GetKernelCmdline(void) { in GetKernelCmdline()
36 bool Modprobe::Insmod(const std::string& path_name, const std::string& parameters) { in Insmod()
63 bool Modprobe::Rmmod(const std::string& module_name) { in Rmmod()
73 bool Modprobe::ModuleExists(const std::string& module_name) { in ModuleExists()
Dlibmodprobe_ext.cpp26 std::string Modprobe::GetKernelCmdline(void) { in GetKernelCmdline()
34 bool Modprobe::Insmod(const std::string& path_name, const std::string& parameters) { in Insmod()
70 bool Modprobe::Rmmod(const std::string& module_name) { in Rmmod()
81 bool Modprobe::ModuleExists(const std::string& module_name) { in ModuleExists()
Dlibmodprobe_test.cpp149 Modprobe m({dir.path}); in TEST()
/system/core/init/
Dmodalias_handler.h38 Modprobe modprobe_;
Dfirst_stage_init.cpp157 Modprobe m({dir_path}, GetModuleLoadList(recovery, dir_path)); in LoadKernelModules()
165 Modprobe m({MODULE_BASE_DIR}, GetModuleLoadList(recovery, MODULE_BASE_DIR)); in LoadKernelModules()
/system/core/libmodprobe/include/modprobe/
Dmodprobe.h25 class Modprobe {
27 Modprobe(const std::vector<std::string>&, const std::string load_file = "modules.load");
/system/core/toolbox/
Dmodprobe.cpp218 Modprobe m(mod_dirs); in modprobe_main()