MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / AndroidFindClass

Function AndroidFindClass

src/openrct2/platform/Platform.Android.cpp:248–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246 }
247
248 jclass AndroidFindClass(JNIEnv* env, std::string_view name)
249 {
250 return static_cast<jclass>(env->CallObjectMethod(
251 AndroidClassLoader::_classLoader, AndroidClassLoader::_findClassMethod,
252 env->NewStringUTF(std::string(name).c_str())));
253 }
254
255 void* GetAssetManager()
256 {

Callers 2

DoFunction · 0.85
ZipArchiveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected