Searched refs:g_ld_preload_names (Results 1 – 2 of 2) sorted by relevance
126 static std::vector<std::string> g_ld_preload_names; variable144 g_ld_preload_names.clear(); in parse_LD_PRELOAD()147 g_ld_preload_names = android::base::Split(path, " :"); in parse_LD_PRELOAD()148 g_ld_preload_names.erase(std::remove_if(g_ld_preload_names.begin(), g_ld_preload_names.end(), in parse_LD_PRELOAD()150 g_ld_preload_names.end()); in parse_LD_PRELOAD()440 for (const auto& ld_preload_name : g_ld_preload_names) { in linker_main()
237 static std::vector<std::string> g_ld_preload_names; variable