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

/openjdk7/jdk/test/java/io/pathNames/
H A DGeneral.java274 public static void checkSlash(int depth, boolean create, method in class:General
293 checkSlash(depth, create, ans, ask, "/");
294 checkSlash(depth, create, ans, ask, "//");
295 checkSlash(depth, create, ans, ask, "///");
297 checkSlash(depth, create, ans, ask, "\\");
298 checkSlash(depth, create, ans, ask, "\\\\");
299 checkSlash(depth, create, ans, ask, "\\/");
300 checkSlash(depth, create, ans, ask, "/\\");
301 checkSlash(depth, create, ans, ask, "\\\\\\");

Completed in 29 milliseconds