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

  /libcore/ojluni/src/main/native/
jni_util.h 133 JNU_ClassString(JNIEnv *env);
UnixFileSystem_md.c 302 str_class = JNU_ClassString(env);
jni_util.c 689 // String_getBytes_ID = (*env)->GetMethodID(env, JNU_ClassString(env),
691 // String_init_ID = (*env)->GetMethodID(env, JNU_ClassString(env),
766 // result = (*env)->NewObject(env, JNU_ClassString(env),
775 // jmethodID mid = (*env)->GetMethodID(env, JNU_ClassString(env),
777 // result = (*env)->NewObject(env, JNU_ClassString(env), mid, hab);
814 // jmethodID mid = (*env)->GetMethodID(env, JNU_ClassString(env),
852 JNU_ClassString(JNIEnv *env)
    [all...]

Completed in 83 milliseconds