HomeSort by relevance Sort by last modified time
    Searched refs:lgetxattr (Results 1 - 25 of 36) sorted by null

1 2

  /bionic/libc/arch-arm/syscalls/
lgetxattr.S 5 ENTRY(lgetxattr) function
16 END(lgetxattr)
  /bionic/libc/arch-arm64/syscalls/
lgetxattr.S 5 ENTRY(lgetxattr) function
14 END(lgetxattr)
  /bionic/libc/arch-mips/syscalls/
lgetxattr.S 5 ENTRY(lgetxattr) function
19 END(lgetxattr)
  /bionic/libc/arch-x86_64/syscalls/
lgetxattr.S 5 ENTRY(lgetxattr) function
16 END(lgetxattr)
  /external/strace/tests/
xattr.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (xattr -a22 -e trace=getxattr,fgetxattr,lgetxattr,setxattr,fsetxattr,lsetxattr,listxattr,flistxattr,llistxattr,removexattr,fremovexattr,lremovexattr); do not edit.
4 run_strace_match_diff -a22 -e trace=getxattr,fgetxattr,lgetxattr,setxattr,fsetxattr,lsetxattr,listxattr,flistxattr,llistxattr,removexattr,fremovexattr,lremovexattr
xattr.c 95 rc = lgetxattr(".", name, big + 1, XATTR_SIZE_MAX);
96 printf("lgetxattr(\".\", \"%s\", %p, %u) = %s\n",
  /external/strace/tests-m32/
xattr.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (xattr -a22 -e trace=getxattr,fgetxattr,lgetxattr,setxattr,fsetxattr,lsetxattr,listxattr,flistxattr,llistxattr,removexattr,fremovexattr,lremovexattr); do not edit.
4 run_strace_match_diff -a22 -e trace=getxattr,fgetxattr,lgetxattr,setxattr,fsetxattr,lsetxattr,listxattr,flistxattr,llistxattr,removexattr,fremovexattr,lremovexattr
xattr.c 95 rc = lgetxattr(".", name, big + 1, XATTR_SIZE_MAX);
96 printf("lgetxattr(\".\", \"%s\", %p, %u) = %s\n",
  /external/strace/tests-mx32/
xattr.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (xattr -a22 -e trace=getxattr,fgetxattr,lgetxattr,setxattr,fsetxattr,lsetxattr,listxattr,flistxattr,llistxattr,removexattr,fremovexattr,lremovexattr); do not edit.
4 run_strace_match_diff -a22 -e trace=getxattr,fgetxattr,lgetxattr,setxattr,fsetxattr,lsetxattr,listxattr,flistxattr,llistxattr,removexattr,fremovexattr,lremovexattr
xattr.c 95 rc = lgetxattr(".", name, big + 1, XATTR_SIZE_MAX);
96 printf("lgetxattr(\".\", \"%s\", %p, %u) = %s\n",
  /bionic/libc/arch-mips64/syscalls/
lgetxattr.S 5 ENTRY(lgetxattr) function
25 END(lgetxattr)
  /bionic/libc/arch-x86/syscalls/
lgetxattr.S 5 ENTRY(lgetxattr) function
44 END(lgetxattr)
  /external/selinux/libselinux/src/
lgetfilecon.c 22 ret = lgetxattr(path, XATTR_NAME_SELINUX, buf, size - 1);
26 size = lgetxattr(path, XATTR_NAME_SELINUX, NULL, 0);
37 ret = lgetxattr(path, XATTR_NAME_SELINUX, buf, size - 1);
  /external/ltp/testcases/kernel/syscalls/lgetxattr/
lgetxattr01.c 21 * The testcase checks the basic functionality of the lgetxattr(2).
75 TEST(lgetxattr("symlink", SECURITY_KEY2, buf, size));
77 tst_res(TFAIL | TTERRNO, "lgetxattr() failed");
82 tst_res(TFAIL, "lgetxattr() got unexpected value size");
87 tst_res(TPASS, "lgetxattr() got expected value");
89 tst_res(TFAIL, "lgetxattr() got unexpected value");
92 TEST(lgetxattr("symlink", SECURITY_KEY1, buf, size));
95 tst_res(TFAIL, "lgetxattr() succeeded unexpectedly");
100 tst_res(TPASS | TTERRNO, "lgetxattr() failed as expected");
102 tst_res(TFAIL | TTERRNO, "lgetxattr() failed unexpectedly,
    [all...]
lgetxattr02.c 22 * 1) lgetxattr(2) fails if the named attribute does not exist.
23 * 2) lgetxattr(2) fails if the size of the value buffer is too small
25 * 3) lgetxattr(2) fails when attemptes to read from a invalid address.
28 * 1) lgetxattr(2) should return -1 and set errno to ENODATA.
29 * 2) lgetxattr(2) should return -1 and set errno to ERANGE.
30 * 3) lgetxattr(2) should return -1 and set errno to EFAULT.
64 TEST(lgetxattr(tc->path, SECURITY_KEY, buf, sizeof(buf)));
66 tst_res(TFAIL, "lgetxattr() succeeded unexpectedly");
71 tst_res(TFAIL | TTERRNO, "lgetxattr() failed unexpectedlly, "
74 tst_res(TPASS | TTERRNO, "lgetxattr() failed as expected")
    [all...]
  /bionic/libc/include/sys/
xattr.h 47 ssize_t lgetxattr(const char* __path, const char* __name, void* __value, size_t __size) __INTRODUCED_IN(16);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/attr/
xattr.h 45 extern ssize_t lgetxattr (const char *__path, const char *__name,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
xattr.h 64 extern ssize_t lgetxattr (__const char *__path, __const char *__name,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
xattr.h 64 extern ssize_t lgetxattr (__const char *__path, __const char *__name,
  /external/compiler-rt/test/msan/Linux/
xattr.cc 26 ssize_t lgetxattr(const char *path, const char *name, void *value, size_t size);
51 return lgetxattr(g_path, name, buf, size);
  /external/toybox/toys/pending/
getfattr.c 40 getter = lgetxattr;
  /bionic/tests/
sys_xattr_test.cpp 31 ASSERT_EQ(4, lgetxattr(tf.filename, "user.foo", buf, sizeof(buf)));
  /external/squashfs-tools/squashfs-tools/
xattr.c 50 #define lgetxattr(path_, name_, val_, sz_) \ macro
245 vsize = lgetxattr(filename, xattr_list[i].full_name,
248 ERROR_START("lgetxattr failed for %s in "
260 vsize = lgetxattr(filename, xattr_list[i].full_name,
268 ERROR_START("lgetxattr failed for %s "
  /external/e2fsprogs/misc/
create_inode.c 179 value_size = lgetxattr(filename, name, NULL, 0);
194 value_size = lgetxattr(filename, name, value, value_size);
  /prebuilts/go/darwin-x86/src/syscall/
syscall_netbsd.go 396 // lgetxattr

Completed in 661 milliseconds

1 2