Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/egl/
DeglDisplay.cpp253 #define LIBSUFFIX ".dylib" macro
256 #define LIBSUFFIX ".dll" macro
258 #define LIBSUFFIX ".so" macro
276 paths.push_back(basename + std::string(LIBSUFFIX)); in loadGLESClientAPI()
281 std::string(LIBSUFFIX)); in loadGLESClientAPI()
284 paths.push_back(directory + "/" + basename + LIBSUFFIX); in loadGLESClientAPI()
285 paths.push_back(directory + "/" + basename + "_with_host" + LIBSUFFIX); in loadGLESClientAPI()
286 paths.push_back(directory + "/lib64/" + basename + LIBSUFFIX); in loadGLESClientAPI()
287 paths.push_back(directory + "/lib64/" + basename + "_with_host" + LIBSUFFIX); in loadGLESClientAPI()
/hardware/google/aemu/base/include/aemu/base/files/
DPathUtils.h28 #define LIBSUFFIX ".dylib" macro
34 #define LIBSUFFIX ".dll" macro
38 #define LIBSUFFIX ".so" macro