Searched refs:APK_LIB_LEN (Results 1 – 4 of 4) sorted by relevance
25 const size_t APK_LIB_LEN = APK_LIB.size(); variable39 static const size_t minLength = APK_LIB_LEN + 2 + LIB_PREFIX_LEN + 1 + LIB_SUFFIX_LEN; in ValidLibraryPathLastSlash()60 if (strncmp(fileName, APK_LIB.data(), APK_LIB_LEN) != 0) { in ValidLibraryPathLastSlash()65 if (memchr(fileName + APK_LIB_LEN, '/', fileNameLen - APK_LIB_LEN) != lastSlash) { in ValidLibraryPathLastSlash()79 fileName + APK_LIB_LEN, lastSlash - fileName - APK_LIB_LEN)) != abis.end()) { in ValidLibraryPathLastSlash()
22 extern const size_t APK_LIB_LEN;
426 const char* cpuAbiOffset = fileName + APK_LIB_LEN; in iterateOverNativeFiles()485 const char* abiOffset = fileName + APK_LIB_LEN; in findSupportedAbi()
2783 architectures_from_apk.insert(std::string(file_path + APK_LIB_LEN, last_slash)); in Extract()