Searched refs:dep_callback (Results 1 – 1 of 1) sorted by relevance
325 auto dep_callback = std::bind(&Modprobe::ParseDepCallback, this, base_path, _1); in Modprobe() local326 ParseCfg(base_path + "/modules.dep", dep_callback); in Modprobe()