Searched refs:post_deps (Results 1 – 1 of 1) sorted by relevance
308 std::vector<std::string> post_deps; in modprobe_main() local309 if (!m.GetAllDependencies(module, &pre_deps, &deps, &post_deps)) { in modprobe_main()319 LOG(INFO) << android::base::Join(post_deps, "\n"); in modprobe_main()