Searched defs:path_name (Results 1 – 3 of 3) sorted by relevance
36 bool Modprobe::Insmod(const std::string& path_name, const std::string& parameters) { in Insmod()
34 bool Modprobe::Insmod(const std::string& path_name, const std::string& parameters) { in Insmod()
191 char path_name[PATH_MAX] = {0}; in nativeSetActiveGroup() local