Searched refs:passwd (Results 1 – 5 of 5) sorted by relevance
309 char[] passwd = null; in readPassword() local321 passwd = readline(true); in readPassword()339 return passwd; in readPassword()
986 struct passwd pwent; in Java_sun_nio_fs_UnixNativeDispatcher_getpwuid()987 struct passwd* p = NULL; in Java_sun_nio_fs_UnixNativeDispatcher_getpwuid()1089 struct passwd pwent; in Java_sun_nio_fs_UnixNativeDispatcher_getpwnam0()1090 struct passwd* p = NULL; in Java_sun_nio_fs_UnixNativeDispatcher_getpwnam0()
526 struct passwd *pwent = getpwuid(getuid()); in GetJavaProperties()
977 StructPasswd passwd = Libcore.os.getpwuid(Libcore.os.getuid()); in initUnchangeableSystemProperties() local978 p.put("user.name", passwd.pw_name); in initUnchangeableSystemProperties()
416 static jobject makeStructPasswd(JNIEnv* env, const struct passwd& pw) { in makeStructPasswd()715 struct passwd* get() { in get()732 struct passwd mPwd;733 struct passwd* mResult;