Home
last modified time | relevance | path

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

123

/external/strace/tests/
Dxattr.test8 for n in getxattr setxattr listxattr removexattr; do
Dxattr.c128 rc = removexattr(".", name); in main()
/external/strace/tests-m32/
Dxattr.test8 for n in getxattr setxattr listxattr removexattr; do
Dxattr.c128 rc = removexattr(".", name); in main()
/external/strace/tests-mx32/
Dxattr.test8 for n in getxattr setxattr listxattr removexattr; do
Dxattr.c128 rc = removexattr(".", name); in main()
/external/toybox/toys/pending/
Dsetfattr.c35 if ((h ? lremovexattr : removexattr)(file, TT.x)) in do_setfattr()
/external/libcap/libcap/
Dcap_file.c23 extern int removexattr(const char *, const char *);
297 return removexattr(filename, XATTR_NAME_CAPS); in cap_set_file()
/external/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()
/external/strace/
Dxattr.c137 SYS_FUNC(removexattr) in SYS_FUNC() argument
/external/strace/linux/64/
Dsyscallent.h15 [ 14] = { 2, TF, SEN(removexattr), "removexattr" },
16 [ 15] = { 2, TF, SEN(removexattr), "lremovexattr" },
/external/strace/linux/32/
Dsyscallent.h18 [ 14] = { 2, TF, SEN(removexattr), "removexattr" },
19 [ 15] = { 2, TF, SEN(removexattr), "lremovexattr" },
/external/ltp/testcases/kernel/include/
Daarch64.in15 removexattr 14
Dia64.in195 removexattr 1226
Dx86_64.in197 removexattr 197
Dsparc.in186 removexattr 181
Ds390.in159 removexattr 233
Ds390x.in159 removexattr 233
Dsparc64.in164 removexattr 181
/external/strace/linux/s390x/
Dsyscallent.h248 [233] = { 2, TF, SEN(removexattr), "removexattr" },
249 [234] = { 2, TF, SEN(removexattr), "lremovexattr" },
/external/strace/linux/mips/
Dsyscallent-n64.h192 [5189] = { 2, TF, SEN(removexattr), "removexattr" },
193 [5190] = { 2, TF, SEN(removexattr), "lremovexattr" },
Dsyscallent-n32.h192 [6189] = { 2, TF, SEN(removexattr), "removexattr" },
193 [6190] = { 2, TF, SEN(removexattr), "lremovexattr" },
/external/strace/linux/xtensa/
Dsyscallent.h67 [ 71] = { 2, TF, SEN(removexattr), "removexattr" },
71 [ 75] = { 2, TF, SEN(removexattr), "lremovexattr" },
/external/strace/linux/ia64/
Dsyscallent.h246 [1226] = { 2, TF, SEN(removexattr), "removexattr" },
247 [1227] = { 2, TF, SEN(removexattr), "lremovexattr" },

123