Searched refs:pw_shell (Results 1 – 2 of 2) sorted by relevance
32 public final String pw_shell; field in StructPasswd37 public StructPasswd(String pw_name, int pw_uid, int pw_gid, String pw_dir, String pw_shell) { in StructPasswd() argument42 this.pw_shell = pw_shell; in StructPasswd()
414 TO_JAVA_STRING(pw_shell, pw.pw_shell); in makeStructPasswd()418 pw_name, static_cast<jint>(pw.pw_uid), static_cast<jint>(pw.pw_gid), pw_dir, pw_shell); in makeStructPasswd()