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

/openjdk7/jdk/test/java/io/File/
H A DCompareTo.java34 private static void testWin32() throws Exception { method in class:CompareTo
49 if (File.separatorChar == '\\') testWin32();
H A DGetAbsolutePath.java45 private static void testWin32() throws Exception { method in class:GetAbsolutePath
90 testWin32();
H A DGetParent.java64 static void testWin32() throws Exception { method in class:GetParent
76 if (File.separatorChar == '\\') testWin32();
H A DHashCodeEquals.java45 static void testWin32() throws Exception { method in class:HashCodeEquals
55 if (File.separatorChar == '\\') testWin32();
H A DIsAbsolute.java42 private static void testWin32() throws Exception { method in class:IsAbsolute
59 if (File.separatorChar == '\\') testWin32();
H A DIsHidden.java54 private static void testWin32() throws Exception { method in class:IsHidden
84 if (File.separatorChar == '\\') testWin32();
H A DCons.java269 static void testWin32() throws Exception { method in class:Cons
311 if (win32) testWin32();

Completed in 38 milliseconds