Home
last modified time | relevance | path

Searched refs:openForAttributeAccess (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DLinuxUserDefinedFileAttributeView.java104 int fd = file.openForAttributeAccess(followLinks); in list()
140 int fd = file.openForAttributeAccess(followLinks); in size()
176 int fd = file.openForAttributeAccess(followLinks); in read()
255 int fd = file.openForAttributeAccess(followLinks); in write()
279 int fd = file.openForAttributeAccess(followLinks); in delete()
DLinuxDosFileAttributeView.java120 int fd = file.openForAttributeAccess(followLinks); in readAttributes()
260 int fd = file.openForAttributeAccess(followLinks);
DLinuxFileStore.java98 int fd = path.openForAttributeAccess(false); in isExtendedAttributesEnabled()
DUnixFileAttributeViews.java74 int fd = file.openForAttributeAccess(followLinks); in setTimes()
230 int fd = file.openForAttributeAccess(false); in setMode()
DUnixPath.java769 int openForAttributeAccess(boolean followLinks) throws IOException { in openForAttributeAccess() method in UnixPath