Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dcom_android_internal_content_NativeLibraryHelper.cpp46 #define LIB_PREFIX_LEN (sizeof(LIB_PREFIX) - 1) macro
335 static const size_t minLength = APK_LIB_LEN + 2 + LIB_PREFIX_LEN + 1 + LIB_SUFFIX_LEN; in next()
356 || strncmp(lastSlash, LIB_PREFIX, LIB_PREFIX_LEN)) { in next()