Searched refs:uenv (Results 1 - 1 of 1) sorted by relevance

/external/quake/quake/src/WinQuake/
H A DmasterMain.cpp131 UnionJNIEnvToVoid uenv; local
132 uenv.venv = NULL;
136 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
140 env = uenv.env;

Completed in 5345 milliseconds