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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsPathParser.java225 private static final String reservedChars = "<>:\"|?*"; field in class:WindowsPathParser
227 return ch < '\u0020' || reservedChars.indexOf(ch) != -1;

Completed in 29 milliseconds