Searched refs:dll_file_extension (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.inline.hpp38 inline const char* os::dll_file_extension() { return ".dll"; } function in class:os
/openjdk7/hotspot/src/share/vm/compiler/
H A Ddisassembler.cpp99 strcat(&buf[jvm_offset], os::dll_file_extension());
104 strcat(&buf[lib_offset], os::dll_file_extension());
114 strcat(&buf[lib_offset], os::dll_file_extension());
122 strcat(&buf[0], os::dll_file_extension());
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp499 static const char* dll_file_extension();
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1868 const char* os::dll_file_extension() { return JNI_LIB_SUFFIX; } function in class:os
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1646 const char* os::dll_file_extension() { return ".so"; } function in class:os
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1885 const char* os::dll_file_extension() { return ".so"; } function in class:os

Completed in 92 milliseconds