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

/openjdk7/jdk/test/java/io/File/
H A DGetParent.java34 static void check(String path, String[] parents) throws Exception { argument
38 for (int i = 0; i < parents.length; i++) {
43 if (! p.equals(parents[i]))
45 + ": Expected " + parents[i]
50 throw new Exception("Too many parents for " + path);

Completed in 94 milliseconds