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

/openjdk7/jdk/test/java/nio/file/Files/
H A DFileAttributes.java225 static void checkBadRead(Path file, String attribute) throws IOException { method in class:FileAttributes
256 checkBadRead(file, "");
257 checkBadRead(file, "basic:");
258 checkBadRead(file, "basic:foobar");
259 checkBadRead(file, "basic:size,foobar");

Completed in 37 milliseconds