Home
last modified time | relevance | path

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

/system/core/libmodprobe/include/modprobe/
Dmodprobe.h56 bool ParseLoadCallback(const std::vector<std::string>& args);
/system/core/libmodprobe/
Dlibmodprobe.cpp148 bool Modprobe::ParseLoadCallback(const std::vector<std::string>& args) { in ParseLoadCallback() function in Modprobe
331 auto load_callback = std::bind(&Modprobe::ParseLoadCallback, this, _1); in Modprobe()