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

/libcore/luni/src/main/java/libcore/io/
H A DBlockGuardOs.java367 @Override public byte[] getxattr(String path, String name) throws ErrnoException { method in class:BlockGuardOs
369 return os.getxattr(path, name);
H A DForwardingOs.java112 public byte[] getxattr(String path, String name) throws ErrnoException { return os.getxattr(path, name); } method in class:ForwardingOs
H A DLinux.java103 public native byte[] getxattr(String path, String name) throws ErrnoException; method in class:Linux
H A DOs.java98 public byte[] getxattr(String path, String name) throws ErrnoException; method in interface:Os
/libcore/luni/src/main/java/android/system/
H A DOs.java249 * See <a href="http://man7.org/linux/man-pages/man2/getxattr.2.html">getxattr(2)</a>
251 public static byte[] getxattr(String path, String name) throws ErrnoException { return Libcore.os.getxattr(path, name); } method in class:Os

Completed in 25 milliseconds