/third_party/selinux/libselinux/src/ |
D | getfilecon.c | 22 ret = getxattr(path, XATTR_NAME_SELINUX, buf, size - 1); in getfilecon_raw() 26 size = getxattr(path, XATTR_NAME_SELINUX, NULL, 0); in getfilecon_raw() 37 ret = getxattr(path, XATTR_NAME_SELINUX, buf, size - 1); in getfilecon_raw()
|
D | fgetfilecon.c | 29 return getxattr(buf, name, value, size); in fgetxattr_wrapper()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | getxattr.c | 50 ret = getxattr(path, name, buf, sizeof(buf)); in getxattr_0100() 64 int ret = getxattr(NULL, NULL, NULL, -1); in getxattr_0200()
|
D | removexattr.c | 58 result = getxattr(path, name, buf, sizeof(buf)); in removexattr_0100() 78 result = getxattr(path, name, buf, sizeof(buf)); in removexattr_0100()
|
D | setxattr.c | 58 result = getxattr(path, name, buf, sizeof(buf)); in setxattr_0100()
|
D | test_src_functionalext_supplement_linux.gni | 16 "getxattr",
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | xattr.h | 14 ssize_t getxattr(const char *, const char *, void *, size_t);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | xattr.h | 14 ssize_t getxattr(const char *, const char *, void *, size_t);
|
/third_party/musl/ndk_musl_include/sys/ |
D | xattr.h | 14 ssize_t getxattr(const char *, const char *, void *, size_t);
|
/third_party/musl/include/sys/ |
D | xattr.h | 14 ssize_t getxattr(const char *, const char *, void *, size_t);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | xattr.h | 14 ssize_t getxattr(const char *, const char *, void *, size_t);
|
/third_party/toybox/lib/ |
D | portability.c | 288 return getxattr(path, name, value, size, 0, 0); in xattr_get() 293 return getxattr(path, name, value, size, 0, XATTR_NOFOLLOW); in xattr_lget() 338 return getxattr(path, name, value, size); in xattr_get()
|
/third_party/ltp/testcases/kernel/syscalls/getxattr/ |
D | getxattr03.c | 71 TEST(getxattr(TESTFILE, XATTR_TEST_KEY, NULL, 0)); in main()
|
D | getxattr04.c | 56 res = getxattr(TEST_FILE, TRUSTED_SMALL, NULL, 0); in loop_getxattr()
|
D | getxattr02.c | 106 TEST(getxattr(tc[0], XATTR_TEST_KEY, buf, BUFSIZ)); in main()
|
D | getxattr01.c | 112 TEST(getxattr(tc[i].fname, tc[i].key, tc[i].value, in main()
|
/third_party/ltp/testcases/kernel/syscalls/removexattr/ |
D | removexattr01.c | 90 n = getxattr("testfile", USER_KEY, buf, size); in verify_removexattr()
|
/third_party/ltp/testcases/kernel/syscalls/lremovexattr/ |
D | lremovexattr01.c | 91 TEST(getxattr(FILENAME, XATTR_KEY, &got_value, XATTR_VALUE_SIZE)); in verify_lremovexattr()
|
/third_party/ltp/testcases/kernel/controllers/cgroup_xattr/ |
D | cgroup_xattr.c | 357 ssize_t size = getxattr(file, tkeys[i].name, NULL, 0); in get_xattrs() 371 if (getxattr(file, tkeys[i].name, xval, size) == -1) { in get_xattrs()
|
/third_party/musl/src/linux/ |
D | xattr.c | 4 ssize_t getxattr(const char *path, const char *name, void *value, size_t size) in getxattr() function
|
/third_party/toybox/toys/pending/ |
D | getfattr.c | 33 ssize_t (*getter)(const char *, const char *, void *, size_t) = getxattr;
|
/third_party/ltp/include/lapi/syscalls/ |
D | aarch64.in | 9 getxattr 8
|
D | arc.in | 9 getxattr 8
|
D | mips_n32.in | 184 getxattr 6183
|
D | mips_n64.in | 184 getxattr 5183
|