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

/openjdk7/jdk/src/solaris/javavm/export/
H A Djvm_md.h46 #define VERSIONED_JNI_LIB_NAME(NAME, VERSION) JNI_LIB_PREFIX NAME "." VERSION JNI_LIB_SUFFIX macro
49 #define VERSIONED_JNI_LIB_NAME(NAME, VERSION) JNI_LIB_PREFIX NAME JNI_LIB_SUFFIX "." VERSION macro
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A Dawt_Desktop.c43 vfs_handle = dlopen(VERSIONED_JNI_LIB_NAME("gnomevfs-2", "0"), RTLD_LAZY);
70 gnome_handle = dlopen(VERSIONED_JNI_LIB_NAME("gnome-2", "0"), RTLD_LAZY);
/openjdk7/jdk/src/macosx/javavm/export/
H A Djvm_md.h45 #define VERSIONED_JNI_LIB_NAME(NAME, VERSION) JNI_LIB_PREFIX NAME "." VERSION JNI_LIB_SUFFIX macro
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DOGLFuncs_md.h119 libGLPath = VERSIONED_JNI_LIB_NAME("GL", "1"); \
/openjdk7/jdk/src/solaris/native/sun/net/spi/
H A DDefaultProxySelector.c115 dlopen(VERSIONED_JNI_LIB_NAME("gconf-2", "4"),
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DCUPSfuncs.c69 void *handle = dlopen(VERSIONED_JNI_LIB_NAME("cups", "2"),
H A Dfontpath.c73 #define FONTCONFIG_DLL_VERSIONED X11_PATH "/lib/" VERSIONED_JNI_LIB_NAME("fontconfig", "1")
76 #define FONTCONFIG_DLL_VERSIONED VERSIONED_JNI_LIB_NAME("fontconfig", "1")
H A Dawt_GraphicsEnv.c665 libHandle = dlopen(VERSIONED_JNI_LIB_NAME("Xinerama", "1"),
1727 void *pLibRandR = dlopen(VERSIONED_JNI_LIB_NAME("Xrandr", "2"),
H A Dgtk2_interface.c36 #define GTK2_LIB_VERSIONED VERSIONED_JNI_LIB_NAME("gtk-x11-2.0", "0")
38 #define GTHREAD_LIB_VERSIONED VERSIONED_JNI_LIB_NAME("gthread-2.0", "0")

Completed in 52 milliseconds