Searched defs:outValue (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/android/system/
H A DOs.java224 /** @hide */ public static int getxattr(String path, String name, byte[] outValue) throws ErrnoException { return Libcore.os.getxattr(path, name, outValue); } argument
/libcore/luni/src/main/java/libcore/io/
H A DForwardingOs.java99 public int getxattr(String path, String name, byte[] outValue) throws ErrnoException { return os.getxattr(path, name, outValue); } argument
H A DOs.java91 public int getxattr(String path, String name, byte[] outValue) throws ErrnoException; argument
H A DPosix.java93 public native int getxattr(String path, String name, byte[] outValue) throws ErrnoException; argument

Completed in 10 milliseconds