Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
Dcom_android_cts_splitapp_Native.cpp71 void* venv; member
76 uenv.venv = NULL; in JNI_OnLoad()
82 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()