Home
last modified time | relevance | path

Searched refs:UnixFileModeAttribute (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixFileSystemProvider.java178 int mode = UnixFileModeAttribute in newFileChannel()
179 .toUnixMode(UnixFileModeAttribute.ALL_READWRITE, attrs); in newFileChannel()
195 int mode = UnixFileModeAttribute in newAsynchronousFileChannel()
196 .toUnixMode(UnixFileModeAttribute.ALL_READWRITE, attrs); in newAsynchronousFileChannel()
215 int mode = UnixFileModeAttribute in newByteChannel()
216 .toUnixMode(UnixFileModeAttribute.ALL_READWRITE, attrs); in newByteChannel()
398 int mode = UnixFileModeAttribute.toUnixMode(UnixFileModeAttribute.ALL_PERMISSIONS, attrs); in createDirectory()
461 UnixFileModeAttribute.toUnixMode(0, attrs); // may throw NPE or UOE in createSymbolicLink()
DUnixFileModeAttribute.java31 class UnixFileModeAttribute { class
45 private UnixFileModeAttribute() { in UnixFileModeAttribute() method in UnixFileModeAttribute
DUnixSecureDirectoryStream.java160 int mode = UnixFileModeAttribute in newByteChannel()
161 .toUnixMode(UnixFileModeAttribute.ALL_READWRITE, attrs); in newByteChannel()
511 fchmod(fd, UnixFileModeAttribute.toUnixMode(perms)); in setPermissions()
DUnixFileAttributeViews.java260 setMode(UnixFileModeAttribute.toUnixMode(perms)); in setPermissions()
/libcore/
Dopenjdk_java_files.bp1702 "ojluni/src/main/java/sun/nio/fs/UnixFileModeAttribute.java",
DEXPECTED_UPSTREAM1599 …c/main/java/sun/nio/fs/UnixFileModeAttribute.java,jdk17u/jdk-17.0.6-ga,src/java.base/unix/classes/…