Searched refs:getpwuid (Results 1 – 9 of 9) sorted by relevance
118 name = Util.toString(getpwuid(uid)); in fromUid()
494 static native byte[] getpwuid(int uid) throws UnixException; in getpwuid() method in UnixNativeDispatcher
337 public StructPasswd getpwuid(int uid) throws ErrnoException { return os.getpwuid(uid); } in getpwuid() method in ForwardingOs
278 public StructPasswd getpwuid(int uid) throws ErrnoException; in getpwuid() method
97 public native StructPasswd getpwuid(int uid) throws ErrnoException; in getpwuid() method in Linux
276 …public static StructPasswd getpwuid(int uid) throws ErrnoException { return Libcore.os.getpwuid(ui… in getpwuid() method in Os
1079 userName = Libcore.os.getpwuid(Libcore.os.getuid()).pw_name; in initUnchangeableSystemProperties()
853 jobject getpwuid(uid_t uid) { in getpwuid() function in Passwd1495 return Passwd(env).getpwuid(uid); in Linux_getpwuid()2808 NATIVE_METHOD(Linux, getpwuid, "(I)Landroid/system/StructPasswd;"),
1275 NATIVE_METHOD(Java_sun_nio_fs_UnixNativeDispatcher, getpwuid, "(I)[B"),