Searched refs:JNI_LIB_SUFFIX (Results 1 - 14 of 14) sorted by relevance

/openjdk9/jdk/src/java.base/unix/native/include/
H A 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
/openjdk9/jdk/src/java.base/macosx/native/include/
H A Djvm_md.h44 #define JNI_LIB_SUFFIX ".dylib" macro
45 #define VERSIONED_JNI_LIB_NAME(NAME, VERSION) JNI_LIB_PREFIX NAME "." VERSION JNI_LIB_SUFFIX
46 #define JNI_LIB_NAME(NAME) JNI_LIB_PREFIX NAME JNI_LIB_SUFFIX
/openjdk9/hotspot/src/os/bsd/vm/
H A Djvm_bsd.h73 #define JNI_LIB_SUFFIX ".dylib" macro
75 #define JNI_LIB_SUFFIX ".so" macro
H A Dos_bsd.cpp1185 #define JNI_LIB_SUFFIX ".dylib" macro
1187 #define JNI_LIB_SUFFIX ".so" macro
1190 const char* os::dll_file_extension() { return JNI_LIB_SUFFIX; }
1227 if (pnamelen + strlen(fname) + strlen(JNI_LIB_PREFIX) + strlen(JNI_LIB_SUFFIX) + 2 > buflen) {
1232 snprintf(buffer, buflen, JNI_LIB_PREFIX "%s" JNI_LIB_SUFFIX, fname);
1245 snprintf(buffer, buflen, "%s/" JNI_LIB_PREFIX "%s" JNI_LIB_SUFFIX,
1262 snprintf(buffer, buflen, "%s/" JNI_LIB_PREFIX "%s" JNI_LIB_SUFFIX, pname, fname);
1820 snprintf(buf + len, buflen-len, "/libjvm%s", JNI_LIB_SUFFIX);
4479 const char *xawtstr = "/xawt/libmawt" JNI_LIB_SUFFIX;
4480 const char *new_xawtstr = "/libawt_xawt" JNI_LIB_SUFFIX;
[all...]
/openjdk9/hotspot/src/os/linux/vm/
H A Djvm_linux.h57 #define JNI_LIB_SUFFIX ".so" macro
/openjdk9/hotspot/src/os/windows/vm/
H A Djvm_windows.h60 #define JNI_LIB_SUFFIX ".dll" macro
H A Dos_windows.cpp5480 size_t suffix_len = strlen(JNI_LIB_SUFFIX);
/openjdk9/hotspot/src/os/solaris/vm/
H A Djvm_solaris.h58 #define JNI_LIB_SUFFIX ".so" macro
/openjdk9/hotspot/src/os/aix/vm/
H A Djvm_aix.h82 #define JNI_LIB_SUFFIX ".so" macro
/openjdk9/jdk/src/java.base/windows/native/include/
H A Djvm_md.h43 #define JNI_LIB_SUFFIX ".dll" macro
/openjdk9/jdk/src/java.base/share/native/libjimage/
H A DimageDecompressor.cpp48 #define JNI_LIB_SUFFIX ".dylib" macro
50 #define JNI_LIB_SUFFIX ".so" macro
69 addr = dlopen(JNI_LIB_PREFIX "zip" JNI_LIB_SUFFIX, RTLD_GLOBAL|RTLD_LAZY);
/openjdk9/jdk/src/java.base/share/native/libjava/
H A DSystem.c490 int suffix_len = (int) strlen(JNI_LIB_SUFFIX);
505 cpchars(chars + len, JNI_LIB_SUFFIX, suffix_len);
H A DClassLoader.c480 size_t suffixLen = strlen(JNI_LIB_SUFFIX);
/openjdk9/hotspot/src/os/posix/vm/
H A Dos_posix.cpp354 size_t suffix_len = strlen(JNI_LIB_SUFFIX);

Completed in 603 milliseconds