Searched refs:path_separator (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jdk/src/share/native/java/lang/
H A Djava_props.h49 char *path_separator; member in struct:__anon657
H A DSystem.c217 PUTPROP(props, "path.separator", sprops->path_separator);
/openjdk7/hotspot/src/os/windows/vm/
H A Ddecoder_windows.cpp102 strncat(paths, os::path_separator(), 1);
114 strncat(paths, os::path_separator(), 1);
136 strncat(paths, os::path_separator(), 1);
H A Dos_windows.inline.hpp37 inline const char* os::path_separator() { return ";"; } function in class:os
H A Dos_windows.cpp1167 } else if (strchr(pname, *os::path_separator()) != NULL) {
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.inline.hpp58 inline const char* os::path_separator() { function in class:os
H A Dos_bsd.cpp1911 } else if (strchr(pname, *os::path_separator()) != NULL) {
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.inline.hpp70 inline const char* os::path_separator() { function in class:os
H A Dos_linux.cpp1673 } else if (strchr(pname, *os::path_separator()) != NULL) {
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.inline.hpp51 inline const char* os::path_separator() { return ":"; } function in class:os
H A Dos_solaris.cpp929 strcat(library_path, os::path_separator());
933 strcat(library_path, os::path_separator());
1911 } else if (strchr(pname, *os::path_separator()) != NULL) {
/openjdk7/jdk/src/solaris/native/java/lang/
H A Djava_props_md.c558 sprops.path_separator = ":";
/openjdk7/jdk/src/windows/native/java/lang/
H A Djava_props_md.c637 sprops.path_separator = ";";
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.hpp87 strcat(sp, os::path_separator());
H A Darguments.cpp396 const char separator = *os::path_separator();
425 const char separator = *os::path_separator();
463 const char separator = *os::path_separator();
H A Dos.hpp601 static const char* path_separator();
H A Dos.cpp1150 const char psepchar = *os::path_separator();
1172 size_t len = strcspn(p, os::path_separator());
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp454 while (sys_class_path[end] && sys_class_path[end] != os::path_separator()[0]) {
462 while (sys_class_path[end] == os::path_separator()[0]) {

Completed in 697 milliseconds