OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removexattr
(Results
1 - 15
of
15
) sorted by null
/bionic/libc/arch-mips/syscalls/
removexattr.S
4
.globl
removexattr
6
.ent
removexattr
8
removexattr
:
label
22
.end
removexattr
/bionic/libc/arch-arm/syscalls/
removexattr.S
6
ENTRY(
removexattr
)
function
15
END(
removexattr
)
/bionic/libc/arch-x86/syscalls/
removexattr.S
6
ENTRY(
removexattr
)
function
24
END(
removexattr
)
/bionic/libc/include/sys/
xattr.h
50
extern int
removexattr
(const char *path, const char *name);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
xattr.h
91
extern int
removexattr
(__const char *__path, __const char *__name) __THROW;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
xattr.h
91
extern int
removexattr
(__const char *__path, __const char *__name) __THROW;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
xattr.h
91
extern int
removexattr
(__const char *__path, __const char *__name) __THROW;
/external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-darwin.h
298
DECL_TEMPLATE(darwin,
removexattr
); // 238
syswrap-darwin.c
[
all
...]
/bionic/libc/arch-arm/
syscalls.mk
125
syscall_src += arch-arm/syscalls/
removexattr
.S
/bionic/libc/arch-mips/
syscalls.mk
128
syscall_src += arch-mips/syscalls/
removexattr
.S
/bionic/libc/arch-x86/
syscalls.mk
129
syscall_src += arch-x86/syscalls/
removexattr
.S
/bootable/recovery/updater/
install.c
819
if ((
removexattr
(filename, XATTR_NAME_CAPS) == -1) && (errno != ENODATA)) {
821
printf("ApplyParsedPerms:
removexattr
of %s to %" PRIx64 " failed: %s\n",
[
all
...]
/external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp
[
all
...]
/external/kernel-headers/original/linux/
fs.h
1663
int (*
removexattr
) (struct dentry *, const char *);
member in struct:inode_operations
[
all
...]
Completed in 1701 milliseconds