Searched refs:supportedAbis (Results 1 – 5 of 5) sorted by relevance
457 std::vector<ScopedUtfChars> supportedAbis; in findSupportedAbi() local458 supportedAbis.reserve(numAbis); in findSupportedAbi()460 supportedAbis.emplace_back(env, (jstring)env->GetObjectArrayElement(supportedAbisArray, i)); in findSupportedAbi()488 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
317 private static String[] getNativelySupportedAbis(@NonNull String[] supportedAbis) { in getNativelySupportedAbis() argument319 for (int i = 0; i < supportedAbis.length; i++) { in getNativelySupportedAbis()320 final String currentAbi = supportedAbis[i]; in getNativelySupportedAbis()
3935 final String[] supportedAbis = Build.SUPPORTED_ABIS; in checkAbiArgument() local3936 for (String supportedAbi : supportedAbis) { in checkAbiArgument()
504 final String[] supportedAbis = Build.SUPPORTED_ABIS; in run() local506 for (String supportedAbi : supportedAbis) { in run()