Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DEmuglBackendList.cpp59 static const char kLibSuffix[] = ".dll"; variable
61 static const char kLibSuffix[] = ".dylib"; variable
63 static const char kLibSuffix[] = ".so"; variable
84 getLibDirPath(name), std::string("lib") + libraryName + kLibSuffix}); in getBackendLibPath()