Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Djni_util_md.c37 void nativeReleaseStringPlatformChars(JNIEnv* env, jstring jstr, const char* chars) { in nativeReleaseStringPlatformChars() function
Djni_util.h340 void nativeReleaseStringPlatformChars(JNIEnv *env, jstring jstr, const char *chars);
Djni_util.c734 nativeReleaseStringPlatformChars(env, jstr, str); in JNU_ReleaseStringPlatformChars()