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

/libcore/luni/src/main/java/libcore/io/
H A DBlockGuardOs.java376 @Override public void removexattr(String path, String name) throws ErrnoException { method in class:BlockGuardOs
378 os.removexattr(path, name);
H A DForwardingOs.java152 public void removexattr(String path, String name) throws ErrnoException { os.removexattr(path, name); } method in class:ForwardingOs
H A DLinux.java207 public native void removexattr(String path, String name) throws ErrnoException; method in class:Linux
H A DOs.java139 public void removexattr(String path, String name) throws ErrnoException; method in interface:Os
/libcore/luni/src/main/java/android/system/
H A DOs.java438 * 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

Completed in 107 milliseconds