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

/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp280 const char* const searchPaths[] = { local
296 for (size_t i=0 ; i<NELEM(searchPaths) ; i++) {
297 if (find(result, pattern, searchPaths[i], true)) {
308 for (size_t i=0 ; i<NELEM(searchPaths) ; i++) {
309 if (find(result, pattern, searchPaths[i], false)) {

Completed in 223 milliseconds