Searched refs:getpwuid (Results 1 – 8 of 8) sorted by relevance
118 name = Util.toString(getpwuid(uid)); in fromUid()
461 static native byte[] getpwuid(int uid) throws UnixException; in getpwuid() method in UnixNativeDispatcher
247 …public static StructPasswd getpwuid(int uid) throws ErrnoException { return Libcore.os.getpwuid(ui… in getpwuid() method in Os
122 public StructPasswd getpwuid(int uid) throws ErrnoException { return os.getpwuid(uid); } in getpwuid() method in ForwardingOs
98 public StructPasswd getpwuid(int uid) throws ErrnoException; in getpwuid() method
96 public native StructPasswd getpwuid(int uid) throws ErrnoException; in getpwuid() method in Linux
990 userName = Libcore.os.getpwuid(Libcore.os.getuid()).pw_name; in initUnchangeableSystemProperties()
797 jobject getpwuid(uid_t uid) { in getpwuid() function in Passwd1440 return Passwd(env).getpwuid(uid); in Linux_getpwuid()2627 NATIVE_METHOD(Linux, getpwuid, "(I)Landroid/system/StructPasswd;"),