Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/androidfw/
H A DApkParsing.cpp24 const std::string_view APK_LIB = "lib/"; variable
25 const size_t APK_LIB_LEN = APK_LIB.size();
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DApkParsing.h21 extern const std::string_view APK_LIB;
/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp292 if (!zipFile->startIteration(&cookie, APK_LIB.data(), nullptr /* suffix */)) { in create()