HomeSort by relevance Sort by last modified time
    Searched defs:fchmod (Results 1 - 7 of 7) sorted by null

  /bionic/libc/arch-arm/syscalls/
fchmod.S 6 ENTRY(fchmod) function
15 END(fchmod)
  /bionic/libc/arch-mips/syscalls/
fchmod.S 4 .globl fchmod
6 .ent fchmod
8 fchmod: label
22 .end fchmod
  /bionic/libc/arch-x86/syscalls/
fchmod.S 6 ENTRY(fchmod) function
24 END(fchmod)
  /ndk/sources/host-tools/sed-4.2.1/lib/
acl-internal.h 51 # define fchmod(fd, mode) (-1) macro
  /libcore/luni/src/main/java/libcore/io/
Os.java 41 public void fchmod(FileDescriptor fd, int mode) throws ErrnoException; method in interface:Os
Posix.java 44 public native void fchmod(FileDescriptor fd, int mode) throws ErrnoException; method in class:Posix
ForwardingOs.java 50 public void fchmod(FileDescriptor fd, int mode) throws ErrnoException { os.fchmod(fd, mode); } method in class:ForwardingOs

Completed in 121 milliseconds