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