Searched refs:FILE_SEPARATOR (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/windows/bin/
H A Djava_md.h37 #define FILE_SEPARATOR '\\' macro
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.h38 #define FILE_SEPARATOR '/' macro
H A Djava_md.c899 sprintf(name, "%s%c%s", indir, FILE_SEPARATOR, cmd);
921 if (*program == FILE_SEPARATOR ||
922 (FILE_SEPARATOR=='\\' && strrchr(program, ':')))
926 if (strrchr(program, FILE_SEPARATOR) != 0) {
941 if (*s == FILE_SEPARATOR)
947 FILE_SEPARATOR, s);
1737 if ((s = strrchr(progname, FILE_SEPARATOR)) != 0) {
/openjdk7/hotspot/src/os/windows/launcher/
H A Djava_md.h45 #define FILE_SEPARATOR '\\' macro
H A Djava_md.c1095 if ((s = strrchr(progname, FILE_SEPARATOR)) != 0) {
/openjdk7/jdk/src/solaris/bin/
H A Djava_md.h40 #define FILE_SEPARATOR '/' macro
H A Djava_md_common.c82 JLI_Snprintf(name, sizeof(name), "%s%c%s", indir, FILE_SEPARATOR, cmd);
103 if (*program == FILE_SEPARATOR ||
104 (FILE_SEPARATOR=='\\' && JLI_StrRChr(program, ':')))
108 if (JLI_StrRChr(program, FILE_SEPARATOR) != 0) {
123 if (*s == FILE_SEPARATOR)
129 FILE_SEPARATOR, s);
/openjdk7/jdk/make/tools/src/build/tools/dirdiff/
H A DDirDiff.java32 private final static String FILE_SEPARATOR = System.getProperty("file.separator"); field in class:DirDiff
183 File newTestDir = new File(testDir.getAbsolutePath() + FILE_SEPARATOR +
/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c301 if ((s = strrchr(progname, FILE_SEPARATOR)) != 0) {
1796 /* Note the FILE_SEPARATOR is platform dependent */
1797 strcpy(strrchr(path, FILE_SEPARATOR), Xusage_txt);

Completed in 36 milliseconds