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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_GraphicsEnv.c658 void* libHandle = NULL; local
665 libHandle = dlopen(VERSIONED_JNI_LIB_NAME("Xinerama", "1"),
667 if (libHandle == NULL) {
668 libHandle = dlopen(JNI_LIB_NAME("Xinerama"), RTLD_LAZY | RTLD_GLOBAL);
670 if (libHandle != NULL) {
672 dlsym(libHandle, XineramaQueryScreensName);
700 dlclose(libHandle);
709 void* libHandle = NULL; local
718 libHandle = dlopen(JNI_LIB_NAME("Xext"), RTLD_LAZY | RTLD_GLOBAL);
719 if (libHandle !
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A DShellFolder2.cpp1031 HINSTANCE libHandle = (HINSTANCE)JDK_LoadSystemLibrary(pLibName); local
1032 if (libHandle != NULL) {
1034 return ptr_to_jlong(LoadImage(libHandle, MAKEINTRESOURCE(iconID),

Completed in 2694 milliseconds