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

/openjdk9/jdk/test/java/io/File/
H A DCompareTo.java41 private static void testUnix() throws Exception { method in class:CompareTo
50 if (File.separatorChar == '/') testUnix();
H A DHashCodeEquals.java50 static void testUnix() throws Exception { method in class:HashCodeEquals
56 if (File.separatorChar == '/') testUnix();
H A DIsAbsolute.java51 private static void testUnix() throws Exception { method in class:IsAbsolute
60 if (File.separatorChar == '/') testUnix();
H A DGetAbsolutePath.java76 private static void testUnix() throws Exception { method in class:GetAbsolutePath
92 if (File.separatorChar == '/') testUnix();
H A DGetParent.java54 static void testUnix() throws Exception { method in class:GetParent
75 if (File.separatorChar == '/') testUnix();
H A DIsHidden.java73 private static void testUnix() throws Exception { method in class:IsHidden
85 if (File.separatorChar == '/') testUnix();
H A DCons.java237 static void testUnix() throws Exception { method in class:Cons
312 else testUnix();

Completed in 109 milliseconds