Home
last modified time | relevance | path

Searched defs:followLinks (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixFileAttributeViews.java40 protected final boolean followLinks; field in UnixFileAttributeViews.Basic
42 Basic(UnixPath file, boolean followLinks) { in Basic()
140 Posix(UnixPath file, boolean followLinks) { in Posix()
311 Unix(UnixPath file, boolean followLinks) { in Unix()
367 static Basic createBasicView(UnixPath file, boolean followLinks) { in createBasicView()
371 static Posix createPosixView(UnixPath file, boolean followLinks) { in createPosixView()
375 static Unix createUnixView(UnixPath file, boolean followLinks) { in createUnixView()
379 static FileOwnerAttributeViewImpl createOwnerView(UnixPath file, boolean followLinks) { in createOwnerView()
DUnixSecureDirectoryStream.java289 boolean followLinks) in getFileAttributeViewImpl()
332 final boolean followLinks; field in UnixSecureDirectoryStream.BasicFileAttributeViewImpl
334 BasicFileAttributeViewImpl(UnixPath file, boolean followLinks) in BasicFileAttributeViewImpl()
450 PosixFileAttributeViewImpl(UnixPath file, boolean followLinks) { in PosixFileAttributeViewImpl()
DUtil.java123 static boolean followLinks(LinkOption... options) { in followLinks() method in Util
DLinuxUserDefinedFileAttributeView.java92 private final boolean followLinks; field in LinuxUserDefinedFileAttributeView
94 LinuxUserDefinedFileAttributeView(UnixPath file, boolean followLinks) { in LinuxUserDefinedFileAttributeView()
DUnixFileAttributes.java65 static UnixFileAttributes get(UnixPath path, boolean followLinks) in get()
85 static UnixFileAttributes get(int dfd, UnixPath path, boolean followLinks) in get()
DLinuxDosFileAttributeView.java65 LinuxDosFileAttributeView(UnixPath file, boolean followLinks) { in LinuxDosFileAttributeView()
DUnixCopyFile.java51 boolean followLinks; field in UnixCopyFile.Flags
DUnixPath.java769 int openForAttributeAccess(boolean followLinks) throws IOException { in openForAttributeAccess()
/libcore/ojluni/src/main/java/java/nio/file/
DCopyMoveHelper.java46 boolean followLinks = true; field in CopyMoveHelper.CopyOptions
DFileTreeWalker.java58 private final boolean followLinks; field in FileTreeWalker
/libcore/ojluni/annotations/hiddenapi/java/nio/file/
DFileTreeWalker.java75 ….UnsupportedAppUsage(maxTargetSdk = 30, trackingBug = 170729553) private final boolean followLinks; field in FileTreeWalker