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

/openjdk7/jdk/test/sun/security/provider/PolicyFile/
H A DCanonPath.java46 private static final String UNIX_SLASH = "/"; field in class:CanonPath
122 u = new FilePermission(UNIX_SLASH, "read");
124 printCanonPath("UNIX_SLASH", UNIX_SLASH);
140 u = new FilePermission(UNIX_SLASH + "-", "read");
142 printCanonPath("UNIX_SLASH", UNIX_SLASH);
209 u = new FilePermission(UNIX_SLASH + "*", "read");
211 printCanonPath("UNIX_SLASH", UNIX_SLASH);
[all...]

Completed in 26 milliseconds