Home
last modified time | relevance | path

Searched refs:getxattr (Results 1 – 25 of 74) sorted by relevance

123

/third_party/selinux/libselinux/src/
Dgetfilecon.c22 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()
Dfgetfilecon.c29 return getxattr(buf, name, value, size); in fgetxattr_wrapper()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dgetxattr.c50 ret = getxattr(path, name, buf, sizeof(buf)); in getxattr_0100()
64 int ret = getxattr(NULL, NULL, NULL, -1); in getxattr_0200()
Dremovexattr.c58 result = getxattr(path, name, buf, sizeof(buf)); in removexattr_0100()
78 result = getxattr(path, name, buf, sizeof(buf)); in removexattr_0100()
Dsetxattr.c58 result = getxattr(path, name, buf, sizeof(buf)); in setxattr_0100()
Dtest_src_functionalext_supplement_linux.gni16 "getxattr",
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dxattr.h14 ssize_t getxattr(const char *, const char *, void *, size_t);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dxattr.h14 ssize_t getxattr(const char *, const char *, void *, size_t);
/third_party/musl/ndk_musl_include/sys/
Dxattr.h14 ssize_t getxattr(const char *, const char *, void *, size_t);
/third_party/musl/include/sys/
Dxattr.h14 ssize_t getxattr(const char *, const char *, void *, size_t);
/third_party/musl/porting/uniproton/kernel/include/sys/
Dxattr.h14 ssize_t getxattr(const char *, const char *, void *, size_t);
/third_party/toybox/lib/
Dportability.c288 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/
Dgetxattr03.c71 TEST(getxattr(TESTFILE, XATTR_TEST_KEY, NULL, 0)); in main()
Dgetxattr04.c56 res = getxattr(TEST_FILE, TRUSTED_SMALL, NULL, 0); in loop_getxattr()
Dgetxattr02.c106 TEST(getxattr(tc[0], XATTR_TEST_KEY, buf, BUFSIZ)); in main()
Dgetxattr01.c112 TEST(getxattr(tc[i].fname, tc[i].key, tc[i].value, in main()
/third_party/ltp/testcases/kernel/syscalls/removexattr/
Dremovexattr01.c90 n = getxattr("testfile", USER_KEY, buf, size); in verify_removexattr()
/third_party/ltp/testcases/kernel/syscalls/lremovexattr/
Dlremovexattr01.c91 TEST(getxattr(FILENAME, XATTR_KEY, &got_value, XATTR_VALUE_SIZE)); in verify_lremovexattr()
/third_party/ltp/testcases/kernel/controllers/cgroup_xattr/
Dcgroup_xattr.c357 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/
Dxattr.c4 ssize_t getxattr(const char *path, const char *name, void *value, size_t size) in getxattr() function
/third_party/toybox/toys/pending/
Dgetfattr.c33 ssize_t (*getter)(const char *, const char *, void *, size_t) = getxattr;
/third_party/ltp/include/lapi/syscalls/
Daarch64.in9 getxattr 8
Darc.in9 getxattr 8
Dmips_n32.in184 getxattr 6183
Dmips_n64.in184 getxattr 5183

123