Searched refs:removexattr (Results 1 – 25 of 61) sorted by relevance
123
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | removexattr.c | 72 result = removexattr(path, name); in removexattr_0100() 98 int result = removexattr(NULL, NULL); in removexattr_0200()
|
D | test_src_functionalext_supplement_linux.gni | 29 "removexattr",
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | xattr.h | 23 int removexattr(const char *, const char *);
|
/third_party/musl/include/sys/ |
D | xattr.h | 23 int removexattr(const char *, const char *);
|
/third_party/musl/ndk_musl_include/sys/ |
D | xattr.h | 23 int removexattr(const char *, const char *);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | xattr.h | 23 int removexattr(const char *, const char *);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | xattr.h | 23 int removexattr(const char *, const char *);
|
/third_party/toybox/toys/other/ |
D | setfattr.c | 36 if (TT.x) rc = (h?lremovexattr:removexattr)(*s, TT.x); in setfattr_main()
|
/third_party/ltp/testcases/kernel/syscalls/removexattr/ |
D | removexattr02.c | 87 TEST(removexattr(tc->path, tc->name)); in verify_removexattr()
|
D | removexattr01.c | 84 TEST(removexattr("testfile", USER_KEY)); in verify_removexattr()
|
/third_party/musl/src/linux/ |
D | xattr.c | 49 int removexattr(const char *path, const char *name) in removexattr() function
|
/third_party/ltp/include/lapi/syscalls/ |
D | aarch64.in | 15 removexattr 14
|
D | arc.in | 15 removexattr 14
|
D | mips_n32.in | 190 removexattr 6189
|
D | mips_n64.in | 190 removexattr 5189
|
D | sparc64.in | 165 removexattr 181
|
D | ia64.in | 197 removexattr 1226
|
D | s390x.in | 181 removexattr 233
|
D | x86_64.in | 198 removexattr 197
|
D | sh.in | 212 removexattr 235
|
D | s390.in | 213 removexattr 233
|
D | mips_o32.in | 234 removexattr 4233
|
D | sparc.in | 180 removexattr 181
|
/third_party/libfuse/example/ |
D | hello_ll.c | 212 .removexattr = hello_ll_removexattr,
|
/third_party/ntfs-3g/include/fuse-lite/ |
D | fuse.h | 249 int (*removexattr) (const char *, const char *); member
|
123