HomeSort by relevance Sort by last modified time
    Searched defs:llistxattr (Results 1 - 7 of 7) sorted by null

  /bionic/libc/arch-arm/syscalls/
llistxattr.S 5 ENTRY(llistxattr) function
16 END(llistxattr)
  /bionic/libc/arch-arm64/syscalls/
llistxattr.S 5 ENTRY(llistxattr) function
14 END(llistxattr)
  /bionic/libc/arch-mips/syscalls/
llistxattr.S 5 ENTRY(llistxattr) function
19 END(llistxattr)
  /bionic/libc/arch-mips64/syscalls/
llistxattr.S 5 ENTRY(llistxattr) function
25 END(llistxattr)
  /bionic/libc/arch-x86/syscalls/
llistxattr.S 5 ENTRY(llistxattr) function
39 END(llistxattr)
  /bionic/libc/arch-x86_64/syscalls/
llistxattr.S 5 ENTRY(llistxattr) function
15 END(llistxattr)
  /external/squashfs-tools/squashfs-tools/
xattr.c 48 #define llistxattr(path_, buf_, sz_) \ macro
194 size = llistxattr(filename, NULL, 0);
197 ERROR_START("llistxattr for %s failed in "
209 size = llistxattr(filename, xattr_names, size);
216 ERROR_START("llistxattr for %s failed in "

Completed in 457 milliseconds