Home
last modified time | relevance | path

Searched refs:ParseOptionsCallback (Results 1 – 2 of 2) sorted by relevance

/system/core/libmodprobe/include/modprobe/
Dmodprobe.h57 bool ParseOptionsCallback(const std::vector<std::string>& args);
/system/core/libmodprobe/
Dlibmodprobe.cpp161 bool Modprobe::ParseOptionsCallback(const std::vector<std::string>& args) { in ParseOptionsCallback() function in Modprobe
334 auto options_callback = std::bind(&Modprobe::ParseOptionsCallback, this, _1); in Modprobe()