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

/openjdk7/jdk/test/demo/zipfs/
H A DZipFSTester.java45 try (FileSystem fs = newZipFileSystem(Paths.get(args[0]),
83 try (FileSystem copy = newZipFileSystem(tmpfsPath, env)) {
87 try (FileSystem fs = newZipFileSystem(tmpfsPath, new HashMap<String, Object>())) {
209 FileSystem fs0 = newZipFileSystem(fs1Path, env);
211 final FileSystem fs2 = newZipFileSystem(fs2Path, env);
212 final FileSystem fs3 = newZipFileSystem(fs3Path, env);
220 final FileSystem fs1 = newZipFileSystem(fs1Path, env);
318 FileSystem fs4 = newZipFileSystem(fs3Path, env);
340 private static FileSystem newZipFileSystem(Path path, Map<String, ?> env) method in class:ZipFSTester

Completed in 34 milliseconds