Searched defs:altSlash (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/instrument/
H A DFileSystemSupport_md.c37 #define altSlash '/' macro
206 if (c == altSlash)
/openjdk7/jdk/src/windows/classes/java/io/
H A DWin32FileSystem.java36 private final char altSlash; field in class:Win32FileSystem
44 altSlash = (this.slash == '\\') ? '/' : '\\';
184 char altSlash = this.altSlash;
188 if (c == altSlash)

Completed in 31 milliseconds