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
124 public StructPasswd getpwuid(int uid) throws ErrnoException { return os.getpwuid(uid); } in getpwuid() method in ForwardingOs
100 public StructPasswd getpwuid(int uid) throws ErrnoException; in getpwuid() method
98 public native StructPasswd getpwuid(int uid) throws ErrnoException; in getpwuid() method in Linux
250 …public static StructPasswd getpwuid(int uid) throws ErrnoException { return Libcore.os.getpwuid(ui… in getpwuid() method in Os
989 StructPasswd passwd = Libcore.os.getpwuid(Libcore.os.getuid()); in initUnchangeableSystemProperties()
784 jobject getpwuid(uid_t uid) { in getpwuid() function in Passwd1451 return Passwd(env).getpwuid(uid); in Linux_getpwuid()2625 NATIVE_METHOD(Linux, getpwuid, "(I)Landroid/system/StructPasswd;"),