/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 | 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...] |
/external/strace/ |
file.c | [all...] |
/ndk/sources/host-tools/sed-4.2.1/ |
config_h.in | 269 /* Define to 1 if you have the `getacl' function. */
|