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

/openjdk7/jdk/test/java/nio/file/Files/
H A DPassThroughFileSystem.java37 class PassThroughFileSystem extends FileSystem { class in inherits:FileSystem
41 PassThroughFileSystem(FileSystemProvider provider, FileSystem delegate) { method in class:PassThroughFileSystem
157 private static volatile PassThroughFileSystem delegate;
185 PassThroughFileSystem result =
186 new PassThroughFileSystem(this, FileSystems.getDefault());
H A DCopyAndMove.java28 * @build CopyAndMove PassThroughFileSystem
67 Path dir3 = PassThroughFileSystem.create().getPath(dir1.toString());

Completed in 34 milliseconds