Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp226 static const char* const kLibraryExemptList[] = { in is_exempt_lib() local
261 for (size_t i = 0; kLibraryExemptList[i] != nullptr; ++i) { in is_exempt_lib()
262 if (strcmp(name, kLibraryExemptList[i]) == 0) { in is_exempt_lib()