Searched refs:UnixFileModeAttribute (Results 1 – 5 of 5) sorted by relevance
172 int mode = UnixFileModeAttribute in newFileChannel()173 .toUnixMode(UnixFileModeAttribute.ALL_READWRITE, attrs); in newFileChannel()189 int mode = UnixFileModeAttribute in newAsynchronousFileChannel()190 .toUnixMode(UnixFileModeAttribute.ALL_READWRITE, attrs); in newAsynchronousFileChannel()209 int mode = UnixFileModeAttribute in newByteChannel()210 .toUnixMode(UnixFileModeAttribute.ALL_READWRITE, attrs); in newByteChannel()385 int mode = UnixFileModeAttribute.toUnixMode(UnixFileModeAttribute.ALL_PERMISSIONS, attrs); in createDirectory()448 UnixFileModeAttribute.toUnixMode(0, attrs); // may throw NPE or UOE in createSymbolicLink()
31 class UnixFileModeAttribute { class45 private UnixFileModeAttribute() { in UnixFileModeAttribute() method in UnixFileModeAttribute
160 int mode = UnixFileModeAttribute in newByteChannel()161 .toUnixMode(UnixFileModeAttribute.ALL_READWRITE, attrs); in newByteChannel()511 fchmod(fd, UnixFileModeAttribute.toUnixMode(perms)); in setPermissions()
260 setMode(UnixFileModeAttribute.toUnixMode(perms)); in setPermissions()
1603 "ojluni/src/main/java/sun/nio/fs/UnixFileModeAttribute.java",