/libcore/luni/src/test/filesystems/src/mypackage/ |
D | MockFileSystemProvider.java | 65 public SeekableByteChannel newByteChannel(Path path, Set<? extends OpenOption> options, in newByteChannel() 87 public void copy(Path source, Path target, CopyOption... options) throws IOException { in copy() 92 public void move(Path source, Path target, CopyOption... options) throws IOException { in move() 118 LinkOption... options) { in getFileAttributeView() 124 LinkOption... options) throws IOException { in readAttributes() 130 LinkOption... options) throws IOException { in readAttributes() 135 public void setAttribute(Path path, String attribute, Object value, LinkOption... options) in setAttribute()
|
/libcore/ojluni/src/main/java/java/nio/file/spi/ |
D | FileSystemProvider.java | 373 public InputStream newInputStream(Path path, OpenOption... options) in newInputStream() 418 public OutputStream newOutputStream(Path path, OpenOption... options) in newOutputStream() 472 Set<? extends OpenOption> options, in newFileChannel() 520 Set<? extends OpenOption> options, in newAsynchronousFileChannel() 566 Set<? extends OpenOption> options, FileAttribute<?>... attrs) throws IOException; in newByteChannel() 808 public abstract void copy(Path source, Path target, CopyOption... options) in copy() 844 public abstract void move(Path source, Path target, CopyOption... options) in move() 1004 getFileAttributeView(Path path, Class<V> type, LinkOption... options); in getFileAttributeView() 1033 readAttributes(Path path, Class<A> type, LinkOption... options) throws IOException; in readAttributes() 1065 LinkOption... options) in readAttributes() [all …]
|
/libcore/ojluni/src/main/java/java/nio/file/ |
D | CopyMoveHelper.java | 50 static CopyOptions parse(CopyOption... options) { in parse() 78 private static CopyOption[] convertMoveToCopyOptions(CopyOption... options) in convertMoveToCopyOptions() 101 CopyOption... options) in copyToForeignTarget() 155 CopyOption... options) throws IOException in moveToForeignTarget()
|
D | SecureDirectoryStream.java | 97 SecureDirectoryStream<T> newDirectoryStream(T path, LinkOption... options) in newDirectoryStream() 149 Set<? extends OpenOption> options, in newByteChannel() 311 LinkOption... options); in getFileAttributeView()
|
D | FileTreeIterator.java | 68 FileTreeIterator(Path start, int maxDepth, FileVisitOption... options) in FileTreeIterator()
|
D | Path.java | 580 Path toRealPath(LinkOption... options) throws IOException; in toRealPath()
|
D | FileTreeWalker.java | 177 FileTreeWalker(Collection<FileVisitOption> options, int maxDepth) { in FileTreeWalker()
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | LinuxFileSystemProvider.java | 60 LinkOption... options) in getFileAttributeView() 80 LinkOption... options) in getFileAttributeView() 101 LinkOption... options) in readAttributes()
|
D | UnixFileSystemProvider.java | 113 LinkOption... options) in getFileAttributeView() 132 LinkOption... options) in readAttributes() 150 LinkOption... options) in getFileAttributeView() 167 Set<? extends OpenOption> options, in newFileChannel() 184 Set<? extends OpenOption> options, in newAsynchronousFileChannel() 204 Set<? extends OpenOption> options, in newByteChannel() 250 public void copy(Path source, Path target, CopyOption... options) in copy() 255 options); in copy() local 259 public void move(Path source, Path target, CopyOption... options) in move() 264 options); in move() local
|
D | AbstractFileSystemProvider.java | 64 LinkOption... options); in getFileAttributeView() 70 LinkOption... options) in setAttribute() 83 …public final Map<String,Object> readAttributes(Path file, String attributes, LinkOption... options) in readAttributes()
|
D | UnixCopyFile.java | 64 static Flags fromCopyOptions(CopyOption... options) { in fromCopyOptions() 96 static Flags fromMoveOptions(CopyOption... options) { in fromMoveOptions() 372 static void move(UnixPath source, UnixPath target, CopyOption... options) in move() 507 CopyOption... options) throws IOException in copy()
|
D | Util.java | 123 static boolean followLinks(LinkOption... options) { in followLinks()
|
D | UnixSecureDirectoryStream.java | 105 LinkOption... options) in newDirectoryStream() 154 Set<? extends OpenOption> options, in newByteChannel() 318 LinkOption... options) in getFileAttributeView()
|
D | UnixPath.java | 826 public Path toRealPath(LinkOption... options) throws IOException { in toRealPath()
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | SocketOptionRegistry.java | 57 static final Map<RegistryKey,OptionKey> options = options(); field in SocketOptionRegistry.LazyInitialization 58 private static Map<RegistryKey,OptionKey> options() { in options() method in SocketOptionRegistry.LazyInitialization
|
/libcore/ojluni/src/main/java/jdk/net/ |
D | Sockets.java | 63 options = new HashMap<>(); field in Sockets 347 Set<SocketOption<?>> options = supportedOptions(type); in isSupported() local
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
D | AsynchronousFileChannel.java | 242 Set<? extends OpenOption> options, in open() 296 public static AsynchronousFileChannel open(Path file, OpenOption... options) in open()
|
D | FileChannel.java | 282 Set<? extends OpenOption> options, in open() 330 public static FileChannel open(Path path, OpenOption... options) in open()
|
/libcore/tools/testmapping/ |
D | save_logs.py | 93 def get_indexes_from_user(prompt, options): argument
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
D | RevocationChecker.java | 110 Set<Option> options = getOptions(); in init() local
|
/libcore/ojluni/annotations/hiddenapi/java/nio/file/ |
D | FileTreeWalker.java | 31 FileTreeWalker(java.util.Collection<java.nio.file.FileVisitOption> options, int maxDepth) { in FileTreeWalker()
|
/libcore/ojluni/src/main/native/ |
D | LinuxNativeDispatcher.c | 185 char* options; in Java_sun_nio_fs_LinuxNativeDispatcher_getmntent() local
|
/libcore/luni/src/main/java/libcore/io/ |
D | ForwardingOs.java | 941 …public int waitpid(int pid, Int32Ref status, int options) throws ErrnoException { return os.waitpi… in waitpid()
|
D | Os.java | 765 public int waitpid(int pid, Int32Ref status, int options) throws ErrnoException; in waitpid()
|