Searched refs:SecureDirectoryStream (Results 1 – 5 of 5) sorted by relevance
39 import java.nio.file.SecureDirectoryStream;144 try (SecureDirectoryStream<Path> ds_path_root = (SecureDirectoryStream<Path>) in test_newDirectoryStream()160 try (SecureDirectoryStream<Path> ds_path_dir1 = (SecureDirectoryStream<Path>) in test_newDirectoryStream_symbolicLink()172 try (SecureDirectoryStream<Path> ds_path_root = (SecureDirectoryStream<Path>) in test_newDirectoryStream_Exception()206 try (SecureDirectoryStream<Path> ds_path_root = (SecureDirectoryStream<Path>) in test_newByteChannel()248 try (SecureDirectoryStream<Path> ds_path_root = (SecureDirectoryStream<Path>) in test_newByteChannel_NPE()266 try (SecureDirectoryStream<Path> ds_path_root = (SecureDirectoryStream<Path>) in test_deleteFile()302 try (SecureDirectoryStream<Path> ds_path_root = (SecureDirectoryStream<Path>) in test_deleteDirectory()343 SecureDirectoryStream<Path> ds_path_dir1 = (SecureDirectoryStream<Path>) in test_move()397 try (SecureDirectoryStream<Path> ds_path_root = (SecureDirectoryStream<Path>) in test_getFileAttributeView()[all …]
40 import java.nio.file.SecureDirectoryStream;765 assertTrue(directoryStream instanceof SecureDirectoryStream); in test_newDirectoryStream$Path$Filter()
59 public interface SecureDirectoryStream<T> interface97 SecureDirectoryStream<T> newDirectoryStream(T path, LinkOption... options) in newDirectoryStream()246 void move(T srcpath, SecureDirectoryStream<T> targetdir, T targetpath) in move()
46 implements SecureDirectoryStream<Path>104 public SecureDirectoryStream<Path> newDirectoryStream(Path obj, in newDirectoryStream()244 public void move(Path fromObj, SecureDirectoryStream<Path> dir, Path toObj) in move()
489 "ojluni/src/main/java/java/nio/file/SecureDirectoryStream.java",