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

/openjdk7/jdk/test/java/nio/file/attribute/PosixFileAttributeView/
H A DBasic.java47 static void testPermissions(Path file, String mode) throws IOException { method in class:Basic
142 testPermissions(file, "---------");
143 testPermissions(file, "r--------");
144 testPermissions(file, "-w-------");
145 testPermissions(file, "--x------");
146 testPermissions(file, "rwx------");
147 testPermissions(file, "---r-----");
148 testPermissions(file, "----w----");
149 testPermissions(file, "-----x---");
150 testPermissions(fil
[all...]

Completed in 28 milliseconds