Lines Matching defs:env

173 copyFileIfChanged(JNIEnv *env, void* arg, ZipFileRO* zipFile, ZipEntryRO zipEntry, const char* fileName)
180 ScopedUtfChars nativeLibPath(env, *javaNativeLibPath);
393 iterateOverNativeFiles(JNIEnv *env, jlong apkHandle, jstring javaCpuAbi,
406 const ScopedUtfChars cpuAbi(env, javaCpuAbi);
422 install_status_t ret = callFunc(env, callArg, zipFile, entry, lastSlash + 1);
435 static int findSupportedAbi(JNIEnv *env, jlong apkHandle, jobjectArray supportedAbisArray,
437 const int numAbis = env->GetArrayLength(supportedAbisArray);
441 supportedAbis.add(new ScopedUtfChars(env,
442 (jstring) env->GetObjectArrayElement(supportedAbisArray, i)));
491 com_android_internal_content_NativeLibraryHelper_copyNativeBinaries(JNIEnv *env, jclass clazz,
496 return (jint) iterateOverNativeFiles(env, apkHandle, javaCpuAbi, debuggable,
501 com_android_internal_content_NativeLibraryHelper_sumNativeBinaries(JNIEnv *env, jclass clazz,
506 iterateOverNativeFiles(env, apkHandle, javaCpuAbi, debuggable, sumFiles, &totalSize);
512 com_android_internal_content_NativeLibraryHelper_findSupportedAbi(JNIEnv *env, jclass clazz,
515 return (jint) findSupportedAbi(env, apkHandle, javaCpuAbisToSearch, debuggable);
525 com_android_internal_content_NativeLibraryHelper_hasRenderscriptBitcode(JNIEnv *env, jclass clazz,
552 com_android_internal_content_NativeLibraryHelper_openApk(JNIEnv *env, jclass, jstring apkPath)
554 ScopedUtfChars filePath(env, apkPath);
561 com_android_internal_content_NativeLibraryHelper_close(JNIEnv *env, jclass, jlong apkHandle)
587 int register_com_android_internal_content_NativeLibraryHelper(JNIEnv *env)
589 return RegisterMethodsOrDie(env,