Searched refs:fchmod (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixCopyFile.java164 fchmod(dfd, attrs.mode());
259 fchmod(fo, attrs.mode());
H A DUnixFileAttributeViews.java222 fchmod(fd, mode);
H A DUnixNativeDispatcher.java377 * fchmod(int fildes, mode_t mode)
379 static native void fchmod(int fd, int mode) throws UnixException; method in class:UnixNativeDispatcher
H A DUnixSecureDirectoryStream.java495 fchmod(fd, UnixFileModeAttribute.toUnixMode(perms));
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DUnixNativeDispatcher.c489 RESTARTABLE(fchmod((int)filedes, (mode_t)mode), err);

Completed in 43 milliseconds