/bionic/libc/arch-arm/syscalls/ |
getxattr.S | 5 ENTRY(getxattr) function 16 END(getxattr)
|
/bionic/libc/arch-arm64/syscalls/ |
getxattr.S | 5 ENTRY(getxattr) function 14 END(getxattr)
|
/bionic/libc/arch-mips/syscalls/ |
getxattr.S | 5 ENTRY(getxattr) function 19 END(getxattr)
|
/bionic/libc/arch-x86_64/syscalls/ |
getxattr.S | 5 ENTRY(getxattr) function 16 END(getxattr)
|
/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 | 91 rc = getxattr(".", name, big, XATTR_SIZE_MAX + 1); 92 printf("getxattr(\".\", \"%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 | 91 rc = getxattr(".", name, big, XATTR_SIZE_MAX + 1); 92 printf("getxattr(\".\", \"%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 | 91 rc = getxattr(".", name, big, XATTR_SIZE_MAX + 1); 92 printf("getxattr(\".\", \"%s\", %p, %u) = %s\n",
|
/bionic/libc/arch-mips64/syscalls/ |
getxattr.S | 5 ENTRY(getxattr) function 25 END(getxattr)
|
/bionic/libc/arch-x86/syscalls/ |
getxattr.S | 5 ENTRY(getxattr) function 44 END(getxattr)
|
/external/selinux/libselinux/src/ |
getfilecon.c | 22 ret = getxattr(path, XATTR_NAME_SELINUX, buf, size - 1); 26 size = getxattr(path, XATTR_NAME_SELINUX, NULL, 0); 37 ret = getxattr(path, XATTR_NAME_SELINUX, buf, size - 1);
|
/bionic/libc/bionic/ |
fgetxattr.cpp | 58 return getxattr(FdPath(fd).c_str(), name, value, size);
|
/device/google/fuchsia/bioniccompat/include/sys/ |
xattr.h | 31 * any getxattr implementation will not make much sense. Simply report 34 inline ssize_t getxattr(const char* path __UNUSED, const char* name __UNUSED, void* value __UNUSED, size_t size __UNUSED) { function
|
/bionic/libc/include/sys/ |
xattr.h | 46 ssize_t getxattr(const char* __path, const char* __name, void* __value, size_t __size) __INTRODUCED_IN(16);
|
/external/fonttools/Lib/fontTools/misc/ |
macCreatorType.py | 23 finderInfo = xattr.getxattr(path, 'com.apple.FinderInfo')
|
/external/ltp/testcases/kernel/syscalls/getxattr/ |
getxattr03.c | 26 * An empty buffer of size zero can be passed into getxattr(2) to return 71 TEST(getxattr(TESTFILE, XATTR_TEST_KEY, NULL, 0)); 74 tst_resm(TPASS, "getxattr(2) returned correct value"); 76 tst_resm(TFAIL | TTERRNO, "getxattr(2) failed");
|
getxattr04.c | 22 * getxattr() fails to get an existing xattr and returns ENOATTR in xfs 68 res = getxattr(TEST_FILE, TRUSTED_SMALL, NULL, 0); 71 tst_res(TFAIL, "getxattr() failed to get an " 75 "getxattr() failed without ENOATTR"); 82 tst_res(TPASS, "getxattr() succeeded to get an existing attribute");
|
getxattr02.c | 27 * have extended attributes. Otherwise getxattr(2) will return -1 96 * Before kernel 3.0.0, getxattr(2) will set errno with 'EPERM' 106 TEST(getxattr(tc[0], XATTR_TEST_KEY, buf, BUFSIZ));
|
getxattr01.c | 26 * Basic tests for getxattr(2) and make sure getxattr(2) handles error 31 * getxattr(2) should return -1 and set errno to ENODATA 33 * getxattr(2) should return -1 and set errno to ERANGE 34 * 3. Get attribute, getxattr(2) should succeed 35 * 4. Verify the attribute got by getxattr(2) is same as the value we set 112 TEST(getxattr(tc[i].fname, tc[i].key, tc[i].value,
|
/external/ltp/testcases/kernel/syscalls/lremovexattr/ |
lremovexattr01.c | 91 TEST(getxattr(FILENAME, XATTR_KEY, &got_value, XATTR_VALUE_SIZE));
|
/external/ltp/testcases/kernel/syscalls/removexattr/ |
removexattr01.c | 90 n = getxattr("testfile", USER_KEY, buf, size); 92 tst_resm(TFAIL, "getxattr() succeeded for deleted key"); 97 tst_resm(TFAIL | TTERRNO, "getxattr() failed unexpectedly");
|
/external/compiler-rt/test/msan/Linux/ |
xattr.cc | 25 ssize_t getxattr(const char *path, const char *name, void *value, size_t size); 47 return getxattr(g_path, name, buf, size); 122 // TODO: set some attributes before trying to retrieve them with *getxattr. 123 // Currently the list is empty, so *getxattr is not tested.
|
/external/toybox/toys/pending/ |
getfattr.c | 33 ssize_t (*getter)(const char *, const char *, void *, size_t) = getxattr; 75 if (value_len == -1) perror_msg("getxattr failed");
|