HomeSort by relevance Sort by last modified time
    Searched refs:fchmodat (Results 1 - 20 of 20) sorted by null

  /bionic/libc/arch-arm/syscalls/
fchmodat.S 5 ENTRY(fchmodat) function
14 END(fchmodat)
  /bionic/libc/arch-arm64/syscalls/
fchmodat.S 5 ENTRY(fchmodat) function
14 END(fchmodat)
  /bionic/libc/arch-mips/syscalls/
fchmodat.S 5 ENTRY(fchmodat) function
19 END(fchmodat)
  /bionic/libc/arch-x86_64/syscalls/
fchmodat.S 5 ENTRY(fchmodat) function
16 END(fchmodat)
  /bionic/libc/bionic/
chmod.cpp 34 return fchmodat(AT_FDCWD, path, mode, 0);
  /bionic/libc/arch-mips64/syscalls/
fchmodat.S 5 ENTRY(fchmodat) function
25 END(fchmodat)
  /bionic/libc/arch-x86/syscalls/
fchmodat.S 5 ENTRY(fchmodat) function
36 END(fchmodat)
  /development/ndk/platforms/android-3/header-patches/include/sys/
stat.h 105 extern int fchmodat(int dirfd, const char *path, mode_t mode, int flags);
  /development/ndk/platforms/android-3/include/sys/
stat.h 103 extern int fchmodat(int dirfd, const char *path, mode_t mode, int flags);
  /development/ndk/platforms/android-12/include/sys/
stat.h 137 extern int fchmodat(int dirfd, const char *path, mode_t mode, int flags);
  /development/ndk/platforms/android-19/include/sys/
stat.h 137 extern int fchmodat(int dirfd, const char *path, mode_t mode, int flags);
  /development/ndk/platforms/android-9/include/sys/
stat.h 137 extern int fchmodat(int dirfd, const char *path, mode_t mode, int flags);
  /external/bison/lib/
sys_stat.in.h 316 _GL_FUNCDECL_SYS (fchmodat, int,
320 _GL_CXXALIAS_SYS (fchmodat, int,
322 _GL_CXXALIASWARN (fchmodat);
324 # undef fchmodat
326 _GL_WARN_ON_USE (fchmodat, "fchmodat is not portable - "
  /bionic/libc/include/sys/
stat.h 184 extern int fchmodat(int, const char*, mode_t, int);
  /development/ndk/platforms/android-L/include/sys/
stat.h 184 extern int fchmodat(int, const char*, mode_t, int);
  /external/bison/darwin-lib/sys/
stat.h 628 _GL_FUNCDECL_SYS (fchmodat, int,
632 _GL_CXXALIAS_SYS (fchmodat, int,
634 _GL_CXXALIASWARN (fchmodat);
636 # undef fchmodat macro
638 _GL_WARN_ON_USE (fchmodat, "fchmodat is not portable - "
    [all...]
  /external/bison/linux-lib/sys/
stat.h 628 _GL_FUNCDECL_SYS (fchmodat, int,
632 _GL_CXXALIAS_SYS (fchmodat, int,
634 _GL_CXXALIASWARN (fchmodat);
636 # undef fchmodat macro
638 _GL_WARN_ON_USE (fchmodat, "fchmodat is not portable - "
    [all...]
  /external/ltrace/etc/
syscalls.conf 129 int fchmodat(at_dirfd_t, string, oct(uint), hex(uint));
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox_sigsys_unittest.cc 118 RESTRICT_SYSCALL_DEATH_TEST(fchmodat);
  /external/bison/
configure     [all...]

Completed in 405 milliseconds