Home
last modified time | relevance | path

Searched refs:ReleaseStringChars (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/include/nativehelper/
DScopedStringChars.h47 env_->ReleaseStringChars(string_, chars_); in ~ScopedStringChars()
Djni.h375 void (*ReleaseStringChars)(JNIEnv*, jstring, const jchar*); member
838 void ReleaseStringChars(jstring string, const jchar* chars) in ReleaseStringChars() function
839 { functions->ReleaseStringChars(this, string, chars); } in ReleaseStringChars()