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