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.java222 …/** @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()
/libcore/luni/src/main/java/libcore/io/
DOs.java29 import android.system.StructPasswd;
86 public StructPasswd getpwnam(String name) throws ErrnoException; in getpwnam()
87 public StructPasswd getpwuid(int uid) throws ErrnoException; in getpwuid()
DLinux.java29 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()
DForwardingOs.java29 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()
/libcore/ojluni/src/main/java/java/lang/
DSystem.java30 import android.system.StructPasswd;
977 StructPasswd passwd = Libcore.os.getpwuid(Libcore.os.getuid()); in initUnchangeableSystemProperties()
/libcore/
Dnon_openjdk_java_files.mk17 luni/src/main/java/android/system/StructPasswd.java \