Searched refs:supportedAbis (Results 1 – 4 of 4) sorted by relevance
434 Vector<ScopedUtfChars*> supportedAbis; in findSupportedAbi() local437 supportedAbis.add(new ScopedUtfChars(env, in findSupportedAbi()469 const ScopedUtfChars* abi = supportedAbis[i]; in findSupportedAbi()480 delete supportedAbis[i]; in findSupportedAbi()
210 public static int findSupportedAbi(Handle handle, String[] supportedAbis) { in findSupportedAbi() argument213 final int res = nativeFindSupportedAbi(apkHandle, supportedAbis, handle.debuggable); in findSupportedAbi()235 private native static int nativeFindSupportedAbi(long handle, String[] supportedAbis, in nativeFindSupportedAbi() argument
492 final String[] supportedAbis = Build.SUPPORTED_ABIS; in run() local494 for (String supportedAbi : supportedAbis) { in run()
2860 final String[] supportedAbis = Build.SUPPORTED_ABIS; in checkAbiArgument() local2861 for (String supportedAbi : supportedAbis) { in checkAbiArgument()