Go to the source code of this file.
void _Jv_gnu_classpath_VMSystemProperties_init |
( |
void |
| ) |
|
JNIEXPORT void JNICALL Java_gnu_classpath_VMSystemProperties_postInit |
( |
JNIEnv * |
env, |
|
|
jclass |
clazz, |
|
|
jobject |
properties |
|
) |
| |
JNIEXPORT void JNICALL Java_gnu_classpath_VMSystemProperties_preInit |
( |
JNIEnv * |
env, |
|
|
jclass |
clazz, |
|
|
jobject |
properties |
|
) |
| |
JNINativeMethod methods[] |
|
static |
Initial value:= {
}
JNIEXPORT void JNICALL Java_gnu_classpath_VMSystemProperties_postInit(JNIEnv *env, jclass clazz, jobject properties)
JNIEXPORT void JNICALL Java_gnu_classpath_VMSystemProperties_preInit(JNIEnv *env, jclass clazz, jobject properties)
Definition at line 118 of file gnu_classpath_VMSystemProperties.cpp.