Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dcom_android_internal_content_NativeLibraryHelper.cpp42 #define APK_LIB "lib/" macro
43 #define APK_LIB_LEN (sizeof(APK_LIB) - 1)
318 if (!zipFile->startIteration(&cookie, APK_LIB, NULL /* suffix */)) { in create()