Searched refs:StructPasswd (Results 1 – 6 of 6) 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
244 …public static StructPasswd getpwnam(String name) throws ErrnoException { return Libcore.os.getpwna… in getpwnam()247 …public static StructPasswd getpwuid(int uid) throws ErrnoException { return Libcore.os.getpwuid(ui… in getpwuid()
29 import android.system.StructPasswd;97 public StructPasswd getpwnam(String name) throws ErrnoException; in getpwnam()98 public StructPasswd getpwuid(int uid) throws ErrnoException; in getpwuid()
29 import android.system.StructPasswd;95 public native StructPasswd getpwnam(String name) throws ErrnoException; in getpwnam()96 public native StructPasswd getpwuid(int uid) throws ErrnoException; in getpwuid()
29 import android.system.StructPasswd;121 public StructPasswd getpwnam(String name) throws ErrnoException { return os.getpwnam(name); } in getpwnam()122 public StructPasswd getpwuid(int uid) throws ErrnoException { return os.getpwuid(uid); } in getpwuid()
147 "luni/src/main/java/android/system/StructPasswd.java",