Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java453 @Override public void removexattr(String path, String name) throws ErrnoException { in removexattr() method in BlockGuardOs
DOs.java158 public void removexattr(String path, String name) throws ErrnoException; in removexattr() method
DForwardingOs.java187 …public void removexattr(String path, String name) throws ErrnoException { os.removexattr(path, nam… in removexattr() method in ForwardingOs
DLinux.java214 public native void removexattr(String path, String name) throws ErrnoException; in removexattr() method in Linux
/libcore/luni/src/main/java/android/system/
DOs.java508 …public static void removexattr(String path, String name) throws ErrnoException { Libcore.os.remove… in removexattr() method in Os