HomeSort by relevance Sort by last modified time
    Searched refs:fremovexattr (Results 1 - 11 of 11) sorted by null

  /bionic/libc/arch-arm/syscalls/
fremovexattr.S 5 ENTRY(fremovexattr) function
14 END(fremovexattr)
  /bionic/libc/arch-arm64/syscalls/
fremovexattr.S 5 ENTRY(fremovexattr) function
14 END(fremovexattr)
  /bionic/libc/arch-mips/syscalls/
fremovexattr.S 5 ENTRY(fremovexattr) function
19 END(fremovexattr)
  /bionic/libc/arch-x86_64/syscalls/
fremovexattr.S 5 ENTRY(fremovexattr) function
15 END(fremovexattr)
  /bionic/libc/arch-mips64/syscalls/
fremovexattr.S 5 ENTRY(fremovexattr) function
25 END(fremovexattr)
  /bionic/libc/arch-x86/syscalls/
fremovexattr.S 5 ENTRY(fremovexattr) function
26 END(fremovexattr)
  /bionic/libc/include/sys/
xattr.h 52 extern int fremovexattr(int fd, const char *name);
  /development/ndk/platforms/android-L/include/sys/
xattr.h 52 extern int fremovexattr(int fd, const char *name);
  /external/ltrace/etc/
syscalls.conf 40 int fremovexattr(int,string);
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox_sigsys_unittest.cc 132 RESTRICT_SYSCALL_DEATH_TEST(fremovexattr);
  /external/libcap-ng/libcap-ng-0.7/src/
cap-ng.c 554 rc = fremovexattr(fd, XATTR_NAME_CAPS);

Completed in 1554 milliseconds