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

/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp41 #define APK_LIB_LEN (sizeof(APK_LIB) - 1) macro
314 if (strncmp(fileName, APK_LIB, APK_LIB_LEN)) {
320 static const size_t minLength = APK_LIB_LEN + 2 + LIB_PREFIX_LEN + 1 + LIB_SUFFIX_LEN;
396 const char* cpuAbiOffset = fileName + APK_LIB_LEN;
447 const char* abiOffset = fileName + APK_LIB_LEN;

Completed in 844 milliseconds