Searched defs:fchmod (Results 1 – 6 of 6) sorted by relevance
153 @Override public void fchmod(FileDescriptor fd, int mode) throws ErrnoException { in fchmod() method in BlockGuardOs
76 public void fchmod(FileDescriptor fd, int mode) throws ErrnoException; in fchmod() method
101 public void fchmod(FileDescriptor fd, int mode) throws ErrnoException { os.fchmod(fd, mode); } in fchmod() method in ForwardingOs
76 public native void fchmod(FileDescriptor fd, int mode) throws ErrnoException; in fchmod() method in Linux
379 static native void fchmod(int fd, int mode) throws UnixException; in fchmod() method in UnixNativeDispatcher
147 …public static void fchmod(FileDescriptor fd, int mode) throws ErrnoException { Libcore.os.fchmod(f… in fchmod() method in Os