Searched refs:ParseOptionsCallback (Results 1 – 2 of 2) sorted by relevance
61 bool ParseOptionsCallback(const std::vector<std::string>& args);
163 bool Modprobe::ParseOptionsCallback(const std::vector<std::string>& args) { in ParseOptionsCallback() function in Modprobe336 auto options_callback = std::bind(&Modprobe::ParseOptionsCallback, this, _1); in Modprobe()