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

  /bionic/libc/arch-arm/syscalls/
removexattr.S 5 ENTRY(removexattr) function
16 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-mips64/syscalls/
removexattr.S 5 ENTRY(removexattr) function
25 END(removexattr)
  /bionic/libc/arch-x86/syscalls/
removexattr.S 5 ENTRY(removexattr) function
34 END(removexattr)
  /bionic/libc/arch-x86_64/syscalls/
removexattr.S 5 ENTRY(removexattr) function
15 END(removexattr)
  /libcore/luni/src/main/java/android/system/
Os.java 400 /** @hide */ public static void removexattr(String path, String name) throws ErrnoException { Libcore.os.removexattr(path, name); } method in class:Os
  /libcore/luni/src/main/java/libcore/io/
ForwardingOs.java 136 public void removexattr(String path, String name) throws ErrnoException { os.removexattr(path, name); } method in class:ForwardingOs
Os.java 129 public void removexattr(String path, String name) throws ErrnoException; method in interface:Os
Posix.java 194 public native void removexattr(String path, String name) throws ErrnoException; method in class:Posix
  /libcore/luni/src/test/java/libcore/io/
OsTest.java 531 Libcore.os.removexattr(path, NAME_TEST);

Completed in 221 milliseconds