MCPcopy Create free account
hub / github.com/NativeScript/android / GetStringUTFChars

Method GetStringUTFChars

test-app/runtime/src/main/cpp/JEnv.cpp:478–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478const char *JEnv::GetStringUTFChars(jstring str, jboolean *isCopy) {
479 const char *cc = m_env->GetStringUTFChars(str, isCopy);
480 CheckForJavaException();
481 return cc;
482}
483
484void JEnv::ReleaseStringUTFChars(jstring str, const char *utf) {
485 m_env->ReleaseStringUTFChars(str, utf);

Callers 15

InitializeSecurityConfigFunction · 0.80
jstringToStringMethod · 0.80
GetExceptionMessageMethod · 0.80
CallJavaMethodMethod · 0.80
GetTypeMetadataMethod · 0.80
ResolveJavaMethodMethod · 0.80
ResolveConstructorMethod · 0.80
GetArrayElementMethod · 0.80
SetArrayElementMethod · 0.80
jstringToStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected