Searched defs:removexattr (Results 1 – 5 of 5) sorted by relevance
451 @Override public void removexattr(String path, String name) throws ErrnoException { in removexattr() method in BlockGuardOs
188 …public void removexattr(String path, String name) throws ErrnoException { os.removexattr(path, nam… in removexattr() method in ForwardingOs
159 public void removexattr(String path, String name) throws ErrnoException; in removexattr() method
215 public native void removexattr(String path, String name) throws ErrnoException; in removexattr() method in Linux
505 …public static void removexattr(String path, String name) throws ErrnoException { Libcore.os.remove… in removexattr() method in Os