Searched defs:IS_FILE_SEPARATOR (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/windows/bin/
H A Djava_md.h38 #define IS_FILE_SEPARATOR(c) ((c) == '\\' || (c) == '/') macro
/openjdk7/jdk/src/solaris/bin/
H A Djava_md.h41 #define IS_FILE_SEPARATOR(c) ((c) == '/') macro
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.h39 #define IS_FILE_SEPARATOR(c) ((c) == '/') macro
/openjdk7/hotspot/src/os/windows/launcher/
H A Djava_md.h46 #define IS_FILE_SEPARATOR(c) ((c) == '\\' || (c) == '/') macro

Completed in 33 milliseconds