Home
last modified time | relevance | path

Searched refs:getpwuid (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixUserPrincipals.java118 name = Util.toString(getpwuid(uid)); in fromUid()
DUnixNativeDispatcher.java461 static native byte[] getpwuid(int uid) throws UnixException; in getpwuid() method in UnixNativeDispatcher
/libcore/luni/src/main/java/android/system/
DOs.java247 …public static StructPasswd getpwuid(int uid) throws ErrnoException { return Libcore.os.getpwuid(ui… in getpwuid() method in Os
/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java122 public StructPasswd getpwuid(int uid) throws ErrnoException { return os.getpwuid(uid); } in getpwuid() method in ForwardingOs
DOs.java98 public StructPasswd getpwuid(int uid) throws ErrnoException; in getpwuid() method
DLinux.java96 public native StructPasswd getpwuid(int uid) throws ErrnoException; in getpwuid() method in Linux
/libcore/ojluni/src/main/java/java/lang/
DSystem.java990 userName = Libcore.os.getpwuid(Libcore.os.getuid()).pw_name; in initUnchangeableSystemProperties()
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp797 jobject getpwuid(uid_t uid) { in getpwuid() function in Passwd
1440 return Passwd(env).getpwuid(uid); in Linux_getpwuid()
2627 NATIVE_METHOD(Linux, getpwuid, "(I)Landroid/system/StructPasswd;"),