Home
last modified time | relevance | path

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

/libnativehelper/
DJniInvocation.c179 DlSymbol JNI_GetCreatedJavaVMs_ = FindSymbol(library, "JNI_GetCreatedJavaVMs"); in JniInvocationInit() local
180 if (JNI_GetCreatedJavaVMs_ == NULL) { in JniInvocationInit()
188 instance->JNI_GetCreatedJavaVMs = (jint (*)(JavaVM**, jsize, jsize*)) JNI_GetCreatedJavaVMs_; in JniInvocationInit()