Searched refs:supportedAbisArray (Results 1 – 1 of 1) sorted by relevance
378 static int findSupportedAbi(JNIEnv* env, jlong apkHandle, jobjectArray supportedAbisArray, in findSupportedAbi() argument391 const int numAbis = env->GetArrayLength(supportedAbisArray); in findSupportedAbi()396 supportedAbis.emplace_back(env, (jstring)env->GetObjectArrayElement(supportedAbisArray, i)); in findSupportedAbi()