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

Method getCallingUid

Bcore/src/main/cpp/VmCore.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98int VmCore::getCallingUid(JNIEnv *env, int orig) {
99 env = ensureEnvCreated();
100 return env->CallStaticIntMethod(VMEnv.VMCoreClass, VMEnv.getCallingUidId, orig);
101}
102
103jobject VmCore::findMethod(JNIEnv *env, const char *className, const char *methodName,
104 const char *signature) {

Callers

nothing calls this directly

Calls 1

ensureEnvCreatedFunction · 0.85

Tested by

no test coverage detected