OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removexattr
(Results
1 - 12
of
12
) sorted by null
/bionic/libc/arch-arm/syscalls/
removexattr.S
5
ENTRY(
removexattr
)
function
14
END(
removexattr
)
/bionic/libc/arch-arm64/syscalls/
removexattr.S
5
ENTRY(
removexattr
)
function
14
END(
removexattr
)
/bionic/libc/arch-mips/syscalls/
removexattr.S
5
ENTRY(
removexattr
)
function
19
END(
removexattr
)
/bionic/libc/arch-x86_64/syscalls/
removexattr.S
5
ENTRY(
removexattr
)
function
15
END(
removexattr
)
/bionic/libc/arch-mips64/syscalls/
removexattr.S
5
ENTRY(
removexattr
)
function
25
END(
removexattr
)
/bionic/libc/arch-x86/syscalls/
removexattr.S
5
ENTRY(
removexattr
)
function
26
END(
removexattr
)
/bionic/libc/include/sys/
xattr.h
50
extern int
removexattr
(const char *path, const char *name);
/development/ndk/platforms/android-L/include/sys/
xattr.h
50
extern int
removexattr
(const char *path, const char *name);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fuse.h
151
int (*
removexattr
)(const char*, const char*);
member in struct:fuse_operations
/external/ltrace/etc/
syscalls.conf
38
int
removexattr
(string,string);
/external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox_sigsys_unittest.cc
375
RESTRICT_SYSCALL_DEATH_TEST(
removexattr
);
/bootable/recovery/updater/
install.c
833
if ((
removexattr
(filename, XATTR_NAME_CAPS) == -1) && (errno != ENODATA)) {
835
uiPrintf(state, "ApplyParsedPerms:
removexattr
of %s to %" PRIx64 " failed: %s\n",
[
all
...]
Completed in 473 milliseconds