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

Method redirectPathString

Bcore/src/main/cpp/VmCore.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121jstring VmCore::redirectPathString(JNIEnv *env, jstring path) {
122 env = ensureEnvCreated();
123 return (jstring) env->CallStaticObjectMethod(VMEnv.VMCoreClass, VMEnv.redirectPathString, path);
124}
125
126jobject VmCore::redirectPathFile(JNIEnv *env, jobject path) {
127 env = ensureEnvCreated();

Callers

nothing calls this directly

Calls 1

ensureEnvCreatedFunction · 0.85

Tested by

no test coverage detected