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

/bionic/linker/
H A Dlinker.cpp102 static const char* gLdPreloadNames[LDPRELOAD_MAX + 1]; variable
387 parse_path(path, " :", gLdPreloadNames,
1497 for (size_t i = 0; gLdPreloadNames[i] != NULL; i++) {
1498 soinfo* lsi = find_library(gLdPreloadNames[i]);
1504 gLdPreloadNames[i], si->name, linker_get_error_buffer());

Completed in 175 milliseconds