Searched refs:ParseAliasCallback (Results 1 – 2 of 2) sorted by relevance
54 bool ParseAliasCallback(const std::vector<std::string>& args);
91 bool Modprobe::ParseAliasCallback(const std::vector<std::string>& args) { in ParseAliasCallback() function in Modprobe322 auto alias_callback = std::bind(&Modprobe::ParseAliasCallback, this, _1); in Modprobe()