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

/libcore/luni/src/main/java/android/system/
H A DStructPasswd.java32 public final String pw_shell; field in class:StructPasswd
37 public StructPasswd(String pw_name, int pw_uid, int pw_gid, String pw_dir, String pw_shell) { argument
42 this.pw_shell = pw_shell;
/libcore/luni/src/main/native/
H A Dlibcore_io_Posix.cpp414 TO_JAVA_STRING(pw_shell, pw.pw_shell);
418 pw_name, static_cast<jint>(pw.pw_uid), static_cast<jint>(pw.pw_gid), pw_dir, pw_shell);

Completed in 138 milliseconds