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

/bionic/linker/
H A Dlinker.cpp170 static const char* const kLibraryGreyList[] = { local
207 for (size_t i = 0; kLibraryGreyList[i] != nullptr; ++i) {
208 if (strcmp(name, kLibraryGreyList[i]) == 0) {

Completed in 451 milliseconds