Searched refs:StructPasswd (Results 1 – 7 of 7) sorted by relevance
27 public final class StructPasswd { class37 public StructPasswd(String pw_name, int pw_uid, int pw_gid, String pw_dir, String pw_shell) { in StructPasswd() method in StructPasswd
247 …public static StructPasswd getpwnam(String name) throws ErrnoException { return Libcore.os.getpwna… in getpwnam()250 …public static StructPasswd getpwuid(int uid) throws ErrnoException { return Libcore.os.getpwuid(ui… in getpwuid()
30 import android.system.StructPasswd;99 public StructPasswd getpwnam(String name) throws ErrnoException; in getpwnam()100 public StructPasswd getpwuid(int uid) throws ErrnoException; in getpwuid()
30 import android.system.StructPasswd;97 public native StructPasswd getpwnam(String name) throws ErrnoException; in getpwnam()98 public native StructPasswd getpwuid(int uid) throws ErrnoException; in getpwuid()
30 import android.system.StructPasswd;123 public StructPasswd getpwnam(String name) throws ErrnoException { return os.getpwnam(name); } in getpwnam()124 public StructPasswd getpwuid(int uid) throws ErrnoException { return os.getpwuid(uid); } in getpwuid()
30 import android.system.StructPasswd;989 StructPasswd passwd = Libcore.os.getpwuid(Libcore.os.getuid()); in initUnchangeableSystemProperties()
20 "luni/src/main/java/android/system/StructPasswd.java",