Home
last modified time | relevance | path

Searched refs:pw_shell (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/android/system/
DStructPasswd.java32 public final String pw_shell; field in StructPasswd
37 public StructPasswd(String pw_name, int pw_uid, int pw_gid, String pw_dir, String pw_shell) { in StructPasswd() argument
42 this.pw_shell = pw_shell; in StructPasswd()
/libcore/luni/src/main/native/
Dlibcore_io_Posix.cpp414 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()