Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Djvm_md.h45 #define JNI_LIB_SUFFIX ".dylib" macro
46 #define VERSIONED_JNI_LIB_NAME(NAME, VERSION) JNI_LIB_PREFIX NAME "." VERSION JNI_LIB_SUFFIX
48 #define JNI_LIB_SUFFIX ".so" macro
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
DSystem.c149 int suffix_len = (int) strlen(JNI_LIB_SUFFIX); in System_mapLibraryName()
164 cpchars(chars + len, JNI_LIB_SUFFIX, suffix_len); in System_mapLibraryName()