Home | History | Annotate | Download | only in nativehelper

Lines Matching full:getenv

1046 GetEnv)(JavaVM*, void**, jint);
1063 jint GetEnv(void** env, jint version)
1064 { return functions->GetEnv(this, env, version); }