HomeSort by relevance Sort by last modified time
    Searched full:getacl (Results 1 - 13 of 13) sorted by null

  /external/strace/xlat/
aclcmds.in 2 GETACL
aclcmds.h 7 #if defined(GETACL) || (defined(HAVE_DECL_GETACL) && HAVE_DECL_GETACL)
8 XLAT(GETACL),
  /external/kernel-headers/original/uapi/linux/
nfsacl.h 20 /* Flags for the getacl/setacl mode */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
nfsacl.h 20 /* Flags for the getacl/setacl mode */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
nfsacl.h 20 /* Flags for the getacl/setacl mode */
  /ndk/sources/host-tools/sed-4.2.1/lib/
copy-acl.c 182 #elif USE_ACL && defined GETACL /* Solaris, Cygwin, not HP-UX */
321 ? facl (source_desc, GETACL, count, entries)
322 : acl (src_name, GETACL, count, entries))
418 : getacl (src_name, 0, NULL));
440 : getacl (src_name, count, entries))
file-has-acl.c 121 #elif USE_ACL && HAVE_ACL && defined GETACL /* Solaris, Cygwin, not HP-UX */
125 /* Test an ACL retrieved with GETACL.
396 if (acl (name, GETACL, count, entries) == count)
471 count = getacl (name, 0, NULL);
489 if (getacl (name, count, entries) == count)
acl-internal.h 160 # elif HAVE_ACL && defined GETACL /* Solaris, Cygwin, not HP-UX */
  /ndk/sources/host-tools/sed-4.2.1/m4/
acl.m4 93 AC_CHECK_FUNCS([getacl])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 54 'GETACL': ('AUTH', 'SELECTED'),
447 def getacl(self, mailbox): member in class:IMAP4
450 (typ, [data]) = <instance>.getacl(mailbox)
452 typ, dat = self._simple_command('GETACL', mailbox)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 54 'GETACL': ('AUTH', 'SELECTED'),
447 def getacl(self, mailbox): member in class:IMAP4
450 (typ, [data]) = <instance>.getacl(mailbox)
452 typ, dat = self._simple_command('GETACL', mailbox)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
config_h.in 269 /* Define to 1 if you have the `getacl' function. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libslbiop.a     [all...]

Completed in 490 milliseconds