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