Home
last modified time | relevance | path

Searched refs:pw_name (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/android/system/
DStructPasswd.java28 public final String pw_name; field in StructPasswd
37 public StructPasswd(String pw_name, int pw_uid, int pw_gid, String pw_dir, String pw_shell) { in StructPasswd() argument
38 this.pw_name = pw_name; in StructPasswd()
/libcore/ojluni/src/main/native/
Djava_props_md.c527 sprops.user_name = pwent ? strdup(pwent->pw_name) : "?"; in GetJavaProperties()
/libcore/ojluni/src/main/java/java/lang/
DSystem.java956 p.put("user.name", passwd.pw_name); in initUnchangeableSystemProperties()
/libcore/luni/src/main/native/
Dlibcore_io_Posix.cpp412 TO_JAVA_STRING(pw_name, pw.pw_name); in makeStructPasswd()
418 pw_name, static_cast<jint>(pw.pw_uid), static_cast<jint>(pw.pw_gid), pw_dir, pw_shell); in makeStructPasswd()