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

/openjdk7/jdk/test/java/nio/file/Files/
H A DNameLimits.java39 static final int MIN_PATH = 8; // arbitrarily chosen field in class:NameLimits
42 if (len < MIN_PATH)
43 throw new RuntimeException("Attempting to generate path less than MIN_PATH");
86 System.out.format("Testing createFile on paths %d .. %d%n", MIN_PATH, len);
87 while (len >= MIN_PATH) {
97 System.out.format("Testing createDirectory on paths %d .. %d%n", MIN_PATH, len);
98 while (len >= MIN_PATH) {

Completed in 34 milliseconds