Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
Dcom_android_cts_splitapp_Native.cpp75 UnionJNIEnvToVoid uenv; in JNI_OnLoad() local
76 uenv.venv = NULL; in JNI_OnLoad()
82 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
86 env = uenv.env; in JNI_OnLoad()