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

  /external/ltrace/etc/
libacl.so.conf 25 int acl_set_file(string,int,addr);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
acl.h 123 extern int acl_set_file(const char *path_p, acl_type_t type, acl_t acl);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
acl.h 123 extern int acl_set_file(const char *path_p, acl_type_t type, acl_t acl);
  /ndk/sources/host-tools/sed-4.2.1/lib/
copy-acl.c 69 ret = acl_set_file (dst_name, ACL_TYPE_ACCESS, acl);
105 if (acl_set_file (dst_name, ACL_TYPE_DEFAULT, acl))
132 acl_set_file (name, ACL_TYPE_ACCESS, acl)
133 and acl_set_file (name, ACL_TYPE_DEFAULT, acl)
135 acl_set_file (name, ACL_TYPE_EXTENDED, acl):
156 ret = acl_set_file (dst_name, ACL_TYPE_EXTENDED, acl);
set-mode-acl.c 65 by acl_set_file, but acl_set_file with an empty acl is
115 ret = acl_set_file (name, ACL_TYPE_ACCESS, acl);
157 acl_set_file (name, ACL_TYPE_ACCESS, acl)
158 and acl_set_file (name, ACL_TYPE_DEFAULT, acl)
160 acl_set_file (name, ACL_TYPE_EXTENDED, acl):
181 ret = acl_set_file (name, ACL_TYPE_EXTENDED, acl);
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]

Completed in 3973 milliseconds