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

/openjdk7/jdk/test/sun/security/provider/PolicyFile/
H A DCanonPath.java45 private static final String WIN_SLASH = "\\"; field in class:CanonPath
121 w = new FilePermission(WIN_SLASH, "read");
123 printCanonPath("WIN_SLASH", WIN_SLASH);
139 w = new FilePermission(WIN_SLASH + "-", "read");
141 printCanonPath("WIN_SLASH", WIN_SLASH);
208 w = new FilePermission(WIN_SLASH + "*", "read");
210 printCanonPath("WIN_SLASH", WIN_SLASH);
[all...]

Completed in 38 milliseconds