Searched defs:LIB_SUFFIX (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp43 #define LIB_SUFFIX ".so" macro
44 #define LIB_SUFFIX_LEN (sizeof(LIB_SUFFIX) - 1)
344 if ((!strncmp(fileName + fileNameLen - LIB_SUFFIX_LEN, LIB_SUFFIX, LIB_SUFFIX_LEN)

Completed in 41 milliseconds