Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ init
Method
init
Bcore/src/main/cpp/IO.cpp:75–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void IO::init(JNIEnv *env) {
76
jclass tmpFile = env->FindClass(
"java/io/File"
);
77
getAbsolutePathMethodId = env->GetMethodID(tmpFile,
"getAbsolutePath"
,
"()Ljava/lang/String;"
);
78
}
Callers
1
onCreate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected