HomeSort by relevance Sort by last modified time
    Searched refs:nativeGetStringPlatformChars (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/native/
jni_util_md.c 33 const char* nativeGetStringPlatformChars(JNIEnv *env, jstring jstr, jboolean *isCopy) {
jni_util.h 336 const char* nativeGetStringPlatformChars(JNIEnv *env, jstring jstr, jboolean *isCopy);
jni_util.c 722 // Android-changed: Always use nativeGetStringPlatformChars.
724 return nativeGetStringPlatformChars(env, jstr, isCopy);
790 // char *result = nativeGetStringPlatformChars(env, jstr, isCopy);
    [all...]

Completed in 57 milliseconds