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

/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp38 #define APK_LIB_LEN (sizeof(APK_LIB) - 1) macro
300 if (strncmp(fileName, APK_LIB, APK_LIB_LEN)) {
306 static const size_t minLength = APK_LIB_LEN + 2 + LIB_PREFIX_LEN + 1 + LIB_SUFFIX_LEN;
315 const char* cpuAbiOffset = fileName + APK_LIB_LEN;

Completed in 27 milliseconds