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();60 if (strncmp(fileName, APK_LIB.data(), APK_LIB_LEN) != 0) { in ValidLibraryPathLastSlash()
21 extern const std::string_view APK_LIB;
337 auto result = zipFile->startIterationOrError(APK_LIB.data(), nullptr /* suffix */); in create()