Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp255 static std::vector<std::string> g_ld_preload_names; variable
542 g_ld_preload_names.clear(); in parse_LD_PRELOAD()
545 g_ld_preload_names = android::base::Split(path, " :"); in parse_LD_PRELOAD()
546 std::remove_if(g_ld_preload_names.begin(), in parse_LD_PRELOAD()
547 g_ld_preload_names.end(), in parse_LD_PRELOAD()
4269 for (const auto& ld_preload_name : g_ld_preload_names) {