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

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.inline.hpp46 inline int os::file_name_strcmp(const char* s, const char* t) { function in class:os
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.inline.hpp71 inline int os::file_name_strcmp(const char* s1, const char* s2) { function in class:os
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.inline.hpp83 inline int os::file_name_strcmp(const char* s1, const char* s2) { function in class:os
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.inline.hpp57 inline int os::file_name_strcmp(const char* s1, const char* s2) { function in class:os
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp145 static int file_name_strcmp(const char* s1, const char* s2);
H A Darguments.cpp504 (os::file_name_strcmp(ext, ".jar") == 0 ||
505 os::file_name_strcmp(ext, ".zip") == 0);

Completed in 46 milliseconds