Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/solaris/javavm/export/
Djvm_md.h43 #define JNI_LIB_PREFIX "lib" macro
46 #define VERSIONED_JNI_LIB_NAME(NAME, VERSION) JNI_LIB_PREFIX NAME "." VERSION JNI_LIB_SUFFIX
49 #define VERSIONED_JNI_LIB_NAME(NAME, VERSION) JNI_LIB_PREFIX NAME JNI_LIB_SUFFIX "." VERSION
51 #define JNI_LIB_NAME(NAME) JNI_LIB_PREFIX NAME JNI_LIB_SUFFIX