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

  /ndk/sources/host-tools/sed-4.2.1/lib/
acl-internal.h 67 /* Most platforms have a 1-argument acl_get_fd, only OSF/1 has a 2-argument
73 return acl_get_fd (fd, ACL_TYPE_ACCESS);
75 # undef acl_get_fd macro
76 # define acl_get_fd rpl_acl_get_fd macro
80 # undef acl_get_fd macro
81 # define acl_get_fd(fd) (NULL) macro
copy-acl.c 55 acl = acl_get_fd (source_desc);
129 or acl_get_fd (open (name, ...))
142 acl = acl_get_fd (source_desc);
set-mode-acl.c 154 or acl_get_fd (open (name, ...))
168 acl = acl_get_fd (desc);
  /external/ltrace/etc/
libacl.so.conf 18 addr acl_get_fd(int);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
acl.h 120 extern acl_t acl_get_fd(int fd);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
acl.h 120 extern acl_t acl_get_fd(int fd);
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]

Completed in 410 milliseconds