Searched refs:PATH_SEPARATOR (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/windows/native/common/
H A Djava_main_md.h29 #define PATH_SEPARATOR ";" macro
/openjdk7/jdk/src/windows/back/
H A Dpath_md.h37 #define PATH_SEPARATOR ";" macro
H A Dlinker_md.c45 char *path_sep = PATH_SEPARATOR;
/openjdk7/jdk/src/solaris/back/
H A Dpath_md.h37 #define PATH_SEPARATOR ":" macro
H A Dlinker_md.c61 char *path_sep = PATH_SEPARATOR;
/openjdk7/jdk/src/windows/bin/
H A Djava_md.h35 #define PATH_SEPARATOR ';' macro
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.h36 #define PATH_SEPARATOR ':' macro
47 * strings are concatenated (separated by PATH_SEPARATOR) and used as the
H A Djava_md.c939 while (*f && (*f != PATH_SEPARATOR)) ++f;
/openjdk7/hotspot/src/os/windows/launcher/
H A Djava_md.h43 #define PATH_SEPARATOR ';' macro
53 * strings are concatenated (separated by PATH_SEPARATOR) and used as the
/openjdk7/jdk/src/solaris/bin/
H A Djava_md.h38 #define PATH_SEPARATOR ':' macro
H A Djava_md_common.c121 while (*f && (*f != PATH_SEPARATOR)) ++f;
/openjdk7/hotspot/src/share/tools/launcher/
H A Dwildcard.c92 #include "java.h" /* Strictly for PATH_SEPARATOR/FILE_SEPARATOR */
350 (strchr(filename, PATH_SEPARATOR) == NULL);
422 fl = FileList_split(classpath, PATH_SEPARATOR);
424 expanded = FileList_join(fl, PATH_SEPARATOR);
H A Djava.c1554 char separator[] = { PATH_SEPARATOR, '\0' };
1776 ,PATH_SEPARATOR);
/openjdk7/jdk/src/share/bin/
H A Dwildcard.c93 #include "java.h" /* Strictly for PATH_SEPARATOR/FILE_SEPARATOR */
338 (JLI_StrChr(filename, PATH_SEPARATOR) == NULL);
410 fl = FileList_split(classpath, PATH_SEPARATOR);
412 expanded = FileList_join(fl, PATH_SEPARATOR);
H A Djava.c1301 char separator[] = { PATH_SEPARATOR, '\0' };

Completed in 71 milliseconds