HomeSort by relevance Sort by last modified time
    Searched refs:g_ld_preload_names (Results 1 - 2 of 2) sorted by null

  /bionic/linker/
linker_main.cpp 110 static std::vector<std::string> g_ld_preload_names; variable
128 g_ld_preload_names.clear();
131 g_ld_preload_names = android::base::Split(path, " :");
132 std::remove_if(g_ld_preload_names.begin(),
133 g_ld_preload_names.end(),
360 for (const auto& ld_preload_name : g_ld_preload_names) {
linker.cpp 220 static std::vector<std::string> g_ld_preload_names; variable
    [all...]

Completed in 272 milliseconds