Searched defs:removexattr (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DBlockGuardOs.java379 @Override public void removexattr(String path, String name) throws ErrnoException { method in class:BlockGuardOs
381 os.removexattr(path, name);
H A DForwardingOs.java154 public void removexattr(String path, String name) throws ErrnoException { os.removexattr(path, name); } method in class:ForwardingOs
H A DLinux.java209 public native void removexattr(String path, String name) throws ErrnoException; method in class:Linux
H A DOs.java141 public void removexattr(String path, String name) throws ErrnoException; method in interface:Os
/libcore/luni/src/main/java/android/system/
H A DOs.java447 * See <a href="http://man7.org/linux/man-pages/man2/removexattr.2.html">removexattr(2)</a>.
449 public static void removexattr(String path, String name) throws ErrnoException { Libcore.os.removexattr(path, name); } method in class:Os

Completed in 146 milliseconds