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

/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp46 #define LIB_SUFFIX ".so" macro
47 #define LIB_SUFFIX_LEN (sizeof(LIB_SUFFIX) - 1)
335 if (strncmp(fileName + fileNameLen - LIB_SUFFIX_LEN, LIB_SUFFIX, LIB_SUFFIX_LEN)

Completed in 23 milliseconds