Home
last modified time | relevance | path

Searched refs:StructPasswd (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/main/java/android/system/
DStructPasswd.java27 public final class StructPasswd { class
37 public StructPasswd(String pw_name, int pw_uid, int pw_gid, String pw_dir, String pw_shell) { in StructPasswd() method in StructPasswd
DOs.java247 …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()
/libcore/luni/src/main/java/libcore/io/
DOs.java30 import android.system.StructPasswd;
99 public StructPasswd getpwnam(String name) throws ErrnoException; in getpwnam()
100 public StructPasswd getpwuid(int uid) throws ErrnoException; in getpwuid()
DLinux.java30 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()
DForwardingOs.java30 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()
/libcore/ojluni/src/main/java/java/lang/
DSystem.java30 import android.system.StructPasswd;
989 StructPasswd passwd = Libcore.os.getpwuid(Libcore.os.getuid()); in initUnchangeableSystemProperties()
/libcore/
Dnon_openjdk_java_files.bp20 "luni/src/main/java/android/system/StructPasswd.java",