Home | History | Annotate | Download | only in linker

Lines Matching full:g_ld_preload_names

262 static std::vector<std::string> g_ld_preload_names;
549 g_ld_preload_names.clear();
552 g_ld_preload_names = android::base::Split(path, " :");
553 std::remove_if(g_ld_preload_names.begin(),
554 g_ld_preload_names.end(),
4299 for (const auto& ld_preload_name : g_ld_preload_names) {