Searched refs:supportedAbis (Results 1 – 4 of 4) sorted by relevance
436 Vector<ScopedUtfChars*> supportedAbis; in findSupportedAbi() local439 supportedAbis.add(new ScopedUtfChars(env, in findSupportedAbi()471 const ScopedUtfChars* abi = supportedAbis[i]; in findSupportedAbi()482 delete supportedAbis[i]; in findSupportedAbi()
211 public static int findSupportedAbi(Handle handle, String[] supportedAbis) { in findSupportedAbi() argument214 final int res = nativeFindSupportedAbi(apkHandle, supportedAbis, handle.debuggable); in findSupportedAbi()236 private native static int nativeFindSupportedAbi(long handle, String[] supportedAbis, in nativeFindSupportedAbi() argument
468 final String[] supportedAbis = Build.SUPPORTED_ABIS; in run() local470 for (String supportedAbi : supportedAbis) { in run()
2391 final String[] supportedAbis = Build.SUPPORTED_ABIS; in checkAbiArgument() local2392 for (String supportedAbi : supportedAbis) { in checkAbiArgument()