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()
213 public static int findSupportedAbi(Handle handle, String[] supportedAbis) { in findSupportedAbi() argument216 final int res = nativeFindSupportedAbi(apkHandle, supportedAbis, handle.debuggable); in findSupportedAbi()238 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()
3062 final String[] supportedAbis = Build.SUPPORTED_ABIS; in checkAbiArgument() local3063 for (String supportedAbi : supportedAbis) { in checkAbiArgument()