HomeSort by relevance Sort by last modified time
    Searched defs:removexattr (Results 1 - 13 of 13) 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/libcore/io/
BlockGuardOs.java 376 @Override public void removexattr(String path, String name) throws ErrnoException { method in class:BlockGuardOs
378 os.removexattr(path, name);
ForwardingOs.java 152 public void removexattr(String path, String name) throws ErrnoException { os.removexattr(path, name); } method in class:ForwardingOs
Linux.java 207 public native void removexattr(String path, String name) throws ErrnoException; method in class:Linux
Os.java 139 public void removexattr(String path, String name) throws ErrnoException; method in interface:Os
  /libcore/luni/src/main/java/android/system/
Os.java 438 * See <a href="http://man7.org/linux/man-pages/man2/removexattr.2.html">removexattr(2)</a>.
440 public static void removexattr(String path, String name) throws ErrnoException { Libcore.os.removexattr(path, name); } method in class:Os
  /libcore/luni/src/test/java/libcore/io/
OsTest.java 540 Libcore.os.removexattr(path, NAME_TEST);
576 // removexattr
578 Libcore.os.removexattr(null, NAME_TEST);
582 Libcore.os.removexattr(path, null);
619 Libcore.os.removexattr("", NAME_TEST);
654 Libcore.os.removexattr(path, NAME_TEST);
  /prebuilts/sdk/26/
android.jar 

Completed in 683 milliseconds