Searched refs:supportedAbis (Results 1 – 4 of 4) sorted by relevance
393 std::vector<ScopedUtfChars> supportedAbis; in findSupportedAbi() local394 supportedAbis.reserve(numAbis); in findSupportedAbi()396 supportedAbis.emplace_back(env, (jstring)env->GetObjectArrayElement(supportedAbisArray, i)); in findSupportedAbi()416 const ScopedUtfChars& abi = supportedAbis[i]; in findSupportedAbi()
214 public static int findSupportedAbi(Handle handle, String[] supportedAbis) { in findSupportedAbi() argument217 final int res = nativeFindSupportedAbi(apkHandle, supportedAbis, handle.debuggable); in findSupportedAbi()239 private native static int nativeFindSupportedAbi(long handle, String[] supportedAbis, in nativeFindSupportedAbi() argument
499 final String[] supportedAbis = Build.SUPPORTED_ABIS; in run() local501 for (String supportedAbi : supportedAbis) { in run()
3666 final String[] supportedAbis = Build.SUPPORTED_ABIS; in checkAbiArgument() local3667 for (String supportedAbi : supportedAbis) { in checkAbiArgument()