Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Degldriver.c104 library_suffix(void) in library_suffix() function
129 library_suffix(void) in library_suffix() function
339 if (library_suffix()) { in _eglLoaderFile()
340 const char *suffix = library_suffix(); in _eglLoaderFile()
/external/llvm/cmake/
Dconfig-ix.cmake125 string(TOUPPER ${library} library_suffix)
126 check_library_exists(${library} setupterm "" HAVE_TERMINFO_${library_suffix})
127 if(HAVE_TERMINFO_${library_suffix})