Home
last modified time | relevance | path

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

/system/core/toolbox/
Dmodprobe.cpp308 std::vector<std::string> post_deps; in modprobe_main() local
309 if (!m.GetAllDependencies(module, &pre_deps, &deps, &post_deps)) { in modprobe_main()
319 LOG(INFO) << android::base::Join(post_deps, "\n"); in modprobe_main()