Home
last modified time | relevance | path

Searched defs:options (Results 1 – 24 of 24) sorted by relevance

/libcore/luni/src/test/filesystems/src/mypackage/
DMockFileSystemProvider.java65 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/
DFileSystemProvider.java373 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/
DCopyMoveHelper.java50 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()
DSecureDirectoryStream.java97 SecureDirectoryStream<T> newDirectoryStream(T path, LinkOption... options) in newDirectoryStream()
149 Set<? extends OpenOption> options, in newByteChannel()
311 LinkOption... options); in getFileAttributeView()
DFileTreeIterator.java68 FileTreeIterator(Path start, int maxDepth, FileVisitOption... options) in FileTreeIterator()
DPath.java580 Path toRealPath(LinkOption... options) throws IOException; in toRealPath()
DFileTreeWalker.java177 FileTreeWalker(Collection<FileVisitOption> options, int maxDepth) { in FileTreeWalker()
/libcore/ojluni/src/main/java/sun/nio/fs/
DLinuxFileSystemProvider.java60 LinkOption... options) in getFileAttributeView()
80 LinkOption... options) in getFileAttributeView()
101 LinkOption... options) in readAttributes()
DUnixFileSystemProvider.java113 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
DAbstractFileSystemProvider.java64 LinkOption... options); in getFileAttributeView()
70 LinkOption... options) in setAttribute()
83 …public final Map<String,Object> readAttributes(Path file, String attributes, LinkOption... options) in readAttributes()
DUnixCopyFile.java64 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()
DUtil.java123 static boolean followLinks(LinkOption... options) { in followLinks()
DUnixSecureDirectoryStream.java105 LinkOption... options) in newDirectoryStream()
154 Set<? extends OpenOption> options, in newByteChannel()
318 LinkOption... options) in getFileAttributeView()
DUnixPath.java826 public Path toRealPath(LinkOption... options) throws IOException { in toRealPath()
/libcore/ojluni/src/main/java/sun/nio/ch/
DSocketOptionRegistry.java57 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/
DSockets.java63 options = new HashMap<>(); field in Sockets
347 Set<SocketOption<?>> options = supportedOptions(type); in isSupported() local
/libcore/ojluni/src/main/java/java/nio/channels/
DAsynchronousFileChannel.java242 Set<? extends OpenOption> options, in open()
296 public static AsynchronousFileChannel open(Path file, OpenOption... options) in open()
DFileChannel.java282 Set<? extends OpenOption> options, in open()
330 public static FileChannel open(Path path, OpenOption... options) in open()
/libcore/tools/testmapping/
Dsave_logs.py93 def get_indexes_from_user(prompt, options): argument
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DRevocationChecker.java110 Set<Option> options = getOptions(); in init() local
/libcore/ojluni/annotations/hiddenapi/java/nio/file/
DFileTreeWalker.java31 FileTreeWalker(java.util.Collection<java.nio.file.FileVisitOption> options, int maxDepth) { in FileTreeWalker()
/libcore/ojluni/src/main/native/
DLinuxNativeDispatcher.c185 char* options; in Java_sun_nio_fs_LinuxNativeDispatcher_getmntent() local
/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java941 …public int waitpid(int pid, Int32Ref status, int options) throws ErrnoException { return os.waitpi… in waitpid()
DOs.java765 public int waitpid(int pid, Int32Ref status, int options) throws ErrnoException; in waitpid()