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

  /ndk/sources/host-tools/sed-4.2.1/lib/
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)
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))
  /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/
configure     [all...]

Completed in 264 milliseconds