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

/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp347 const char* const searchPaths[] = { local
363 for (size_t i=0 ; i<NELEM(searchPaths) ; i++) {
364 if (find(result, pattern, searchPaths[i], true)) {
375 for (size_t i=0 ; i<NELEM(searchPaths) ; i++) {
376 if (find(result, pattern, searchPaths[i], false)) {

Completed in 44 milliseconds