Home
last modified time | relevance | path

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

/system/core/libmodprobe/
Dlibmodprobe.cpp225 void Modprobe::ParseCfg(const std::string& cfg, in ParseCfg() function in Modprobe
325 ParseCfg(base_path + "/modules.alias", alias_callback); in Modprobe()
328 ParseCfg(base_path + "/modules.dep", dep_callback); in Modprobe()
331 ParseCfg(base_path + "/modules.softdep", softdep_callback); in Modprobe()
334 ParseCfg(base_path + "/" + load_file, load_callback); in Modprobe()
337 ParseCfg(base_path + "/modules.options", options_callback); in Modprobe()
340 ParseCfg(base_path + "/modules.blocklist", blocklist_callback); in Modprobe()
/system/core/libmodprobe/include/modprobe/
Dmodprobe.h64 void ParseCfg(const std::string& cfg, std::function<bool(const std::vector<std::string>&)> f);