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

/openjdk7/jdk/test/demo/zipfs/
H A DZipFSTester.java75 static void test1(FileSystem fs0) argument
84 z2zcopy(fs0, copy, "/", 0);
209 FileSystem fs0 = newZipFileSystem(fs1Path, env);
214 System.out.println("copy src: fs -> fs0...");
215 z2zcopy(fs, fs0, "/", 0); // copy fs -> fs1
216 fs0.close(); // dump to file
218 System.out.println("open fs0 as fs1");

Completed in 31 milliseconds