/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
nfsacl.h | 20 /* Flags for the getacl/setacl mode */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
nfsacl.h | 20 /* Flags for the getacl/setacl mode */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
nfsacl.h | 20 /* Flags for the getacl/setacl mode */
|
/external/kernel-headers/original/linux/ |
nfsacl.h | 20 /* Flags for the getacl/setacl mode */
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
copy-acl.c | 349 /* If both ace_entries and entries are available, try SETACL before 350 ACE_SETACL, because SETACL cannot fail with ENOTSUP whereas ACE_SETACL 356 ? facl (dest_desc, SETACL, count, entries) 357 : acl (dst_name, SETACL, count, entries)); 452 : setacl (dst_name, count, entries));
|
set-mode-acl.c | 385 ret = facl (desc, SETACL, sizeof (entries) / sizeof (aclent_t), entries); 387 ret = acl (name, SETACL, sizeof (entries) / sizeof (aclent_t), entries); 432 ret = setacl (name, sizeof (entries) / sizeof (struct acl_entry), entries);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
imaplib.py | 17 # GET/SETACL contributed by Anthony Baxter <anthony@interlink.com.au> April 2001. 70 'SETACL': ('AUTH', 'SELECTED'), 663 def setacl(self, mailbox, who, what): member in class:IMAP4 666 (typ, [data]) = <instance>.setacl(mailbox, who, what) 668 return self._simple_command('SETACL', mailbox, who, what) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
imaplib.py | 17 # GET/SETACL contributed by Anthony Baxter <anthony@interlink.com.au> April 2001. 70 'SETACL': ('AUTH', 'SELECTED'), 663 def setacl(self, mailbox, who, what): member in class:IMAP4 666 (typ, [data]) = <instance>.setacl(mailbox, who, what) 668 return self._simple_command('SETACL', mailbox, who, what) [all...] |
/external/strace/ |
file.c | [all...] |