HomeSort by relevance Sort by last modified time
    Searched refs:removexattr (Results 1 - 14 of 14) 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-x86/
syscalls.mk 129 syscall_src += arch-x86/syscalls/removexattr.S
  /bionic/libc/arch-mips/
syscalls.mk 128 syscall_src += arch-mips/syscalls/removexattr.S
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp     [all...]
  /external/kernel-headers/original/linux/
fs.h 1603 int (*removexattr) (struct dentry *, const char *); member in struct:inode_operations
    [all...]

Completed in 355 milliseconds