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