Searched refs:APK_LIB (Results 1 – 3 of 3) sorted by relevance
24 const std::string_view APK_LIB = "lib/"; variable25 const size_t APK_LIB_LEN = APK_LIB.size();
21 extern const std::string_view APK_LIB;
292 if (!zipFile->startIteration(&cookie, APK_LIB.data(), nullptr /* suffix */)) { in create()