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

  /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);
  /external/strace/
file.c     [all...]

Completed in 681 milliseconds