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

/bionic/linker/
H A Dlinker.cpp112 static const char* g_ld_preload_names[LDPRELOAD_MAX + 1]; variable
383 parse_path(path, " :", g_ld_preload_names,
1909 for (size_t i = 0; g_ld_preload_names[i] != NULL; i++) {
1910 soinfo* lsi = find_library(g_ld_preload_names[i], 0, NULL);
1916 g_ld_preload_names[i], si->name, linker_get_error_buffer());

Completed in 232 milliseconds