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

/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DSize.java56 initTestFile(blah, testSize);
75 initTestFile(blah, 10);
92 private static void initTestFile(File blah, long size) throws Exception { method in class:Size
H A DReadToLimit.java36 initTestFile(blah);
61 private static void initTestFile(File blah) throws Exception { method in class:ReadToLimit
H A DTruncate.java60 initTestFile(blah, testSize);
95 initTestFile(blah, testSize);
121 private static void initTestFile(File blah, long size) throws Exception { method in class:Truncate
H A DPosition.java51 initTestFile(blah);
94 private static void initTestFile(Path blah) throws IOException { method in class:Position
H A DRead.java56 initTestFile(blah);
100 private static void initTestFile(File blah) throws Exception { method in class:Read
H A DPwrite.java77 initTestFile(blah);
146 private static void initTestFile(File blah) throws Exception { method in class:Pwrite
H A DMapTest.java53 initTestFile(blah);
79 private static void initTestFile(File blah) throws Exception { method in class:MapTest
H A DPread.java100 initTestFile(blah);
158 private static void initTestFile(File blah) throws Exception { method in class:Pread
H A DTransfer.java236 initTestFile(source, 10);
270 initTestFile(source, 100);
533 private static void initTestFile(File blah, long size) throws Exception { method in class:Transfer
/openjdk7/jdk/test/sun/nio/ch/
H A DTempBuffer.java55 TempBuffer.initTestFile(blah);
89 private static void initTestFile(File blah) throws IOException { method in class:TempBuffer

Completed in 62 milliseconds