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
222 …/** @hide */ public static StructPasswd getpwnam(String name) throws ErrnoException { return Libco… in getpwnam()224 …/** @hide */ public static StructPasswd getpwuid(int uid) throws ErrnoException { return Libcore.o… in getpwuid()
29 import android.system.StructPasswd;86 public StructPasswd getpwnam(String name) throws ErrnoException; in getpwnam()87 public StructPasswd getpwuid(int uid) throws ErrnoException; in getpwuid()
29 import android.system.StructPasswd;91 public native StructPasswd getpwnam(String name) throws ErrnoException; in getpwnam()92 public native StructPasswd getpwuid(int uid) throws ErrnoException; in getpwuid()
29 import android.system.StructPasswd;100 public StructPasswd getpwnam(String name) throws ErrnoException { return os.getpwnam(name); } in getpwnam()101 public StructPasswd getpwuid(int uid) throws ErrnoException { return os.getpwuid(uid); } in getpwuid()
30 import android.system.StructPasswd;977 StructPasswd passwd = Libcore.os.getpwuid(Libcore.os.getuid()); in initUnchangeableSystemProperties()
17 luni/src/main/java/android/system/StructPasswd.java \