| 124 | } |
| 125 | |
| 126 | jobject VmCore::redirectPathFile(JNIEnv *env, jobject path) { |
| 127 | env = ensureEnvCreated(); |
| 128 | return env->CallStaticObjectMethod(VMEnv.VMCoreClass, VMEnv.redirectPathFile, path); |
| 129 | } |
| 130 | |
| 131 | jlongArray VmCore::loadEmptyDex(JNIEnv *env) { |
| 132 | env = ensureEnvCreated(); |
nothing calls this directly
no test coverage detected