Searched refs:abiOffset (Results 1 – 1 of 1) sorted by relevance
413 const char* abiOffset = fileName + APK_LIB_LEN; in findSupportedAbi() local414 const size_t abiSize = lastSlash - abiOffset; in findSupportedAbi()417 if (abi.size() == abiSize && !strncmp(abiOffset, abi.c_str(), abiSize)) { in findSupportedAbi()