MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / redirectPathFile

Method redirectPathFile

Bcore/src/main/cpp/VmCore.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126jobject VmCore::redirectPathFile(JNIEnv *env, jobject path) {
127 env = ensureEnvCreated();
128 return env->CallStaticObjectMethod(VMEnv.VMCoreClass, VMEnv.redirectPathFile, path);
129}
130
131jlongArray VmCore::loadEmptyDex(JNIEnv *env) {
132 env = ensureEnvCreated();

Callers

nothing calls this directly

Calls 1

ensureEnvCreatedFunction · 0.85

Tested by

no test coverage detected