Home
last modified time | relevance | path

Searched refs:nativeGetStringPlatformChars (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/native/
Djni_util_md.c35 const char* nativeGetStringPlatformChars(JNIEnv *env, jstring jstr, jboolean *isCopy) { in nativeGetStringPlatformChars() function
Djni_util.h355 const char* nativeGetStringPlatformChars(JNIEnv *env, jstring jstr, jboolean *isCopy);
Djni_util.c724 return nativeGetStringPlatformChars(env, jstr, isCopy); in JNU_GetStringPlatformChars()