Home
last modified time | relevance | path

Searched refs:removexattr (Results 1 – 25 of 61) sorted by relevance

123

/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dremovexattr.c72 result = removexattr(path, name); in removexattr_0100()
98 int result = removexattr(NULL, NULL); in removexattr_0200()
Dtest_src_functionalext_supplement_linux.gni29 "removexattr",
/third_party/musl/porting/uniproton/kernel/include/sys/
Dxattr.h23 int removexattr(const char *, const char *);
/third_party/musl/include/sys/
Dxattr.h23 int removexattr(const char *, const char *);
/third_party/musl/ndk_musl_include/sys/
Dxattr.h23 int removexattr(const char *, const char *);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dxattr.h23 int removexattr(const char *, const char *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dxattr.h23 int removexattr(const char *, const char *);
/third_party/toybox/toys/other/
Dsetfattr.c36 if (TT.x) rc = (h?lremovexattr:removexattr)(*s, TT.x); in setfattr_main()
/third_party/ltp/testcases/kernel/syscalls/removexattr/
Dremovexattr02.c87 TEST(removexattr(tc->path, tc->name)); in verify_removexattr()
Dremovexattr01.c84 TEST(removexattr("testfile", USER_KEY)); in verify_removexattr()
/third_party/musl/src/linux/
Dxattr.c49 int removexattr(const char *path, const char *name) in removexattr() function
/third_party/ltp/include/lapi/syscalls/
Daarch64.in15 removexattr 14
Darc.in15 removexattr 14
Dmips_n32.in190 removexattr 6189
Dmips_n64.in190 removexattr 5189
Dsparc64.in165 removexattr 181
Dia64.in197 removexattr 1226
Ds390x.in181 removexattr 233
Dx86_64.in198 removexattr 197
Dsh.in212 removexattr 235
Ds390.in213 removexattr 233
Dmips_o32.in234 removexattr 4233
Dsparc.in180 removexattr 181
/third_party/libfuse/example/
Dhello_ll.c212 .removexattr = hello_ll_removexattr,
/third_party/ntfs-3g/include/fuse-lite/
Dfuse.h249 int (*removexattr) (const char *, const char *); member

123