Home
last modified time | relevance | path

Searched defs:getpwuid (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixNativeDispatcher.java494 static native byte[] getpwuid(int uid) throws UnixException; in getpwuid() method in UnixNativeDispatcher
/libcore/luni/src/main/java/libcore/io/
DOs.java278 public StructPasswd getpwuid(int uid) throws ErrnoException; in getpwuid() method
DForwardingOs.java337 public StructPasswd getpwuid(int uid) throws ErrnoException { return os.getpwuid(uid); } in getpwuid() method in ForwardingOs
DLinux.java97 public native StructPasswd getpwuid(int uid) throws ErrnoException; in getpwuid() method in Linux
/libcore/luni/src/main/java/android/system/
DOs.java276 …public static StructPasswd getpwuid(int uid) throws ErrnoException { return Libcore.os.getpwuid(ui… in getpwuid() method in Os
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp853 jobject getpwuid(uid_t uid) { in getpwuid() function in Passwd