Home
last modified time | relevance | path

Searched refs:passwd (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/security/
DKeyStore.java959 final char[] passwd; in getKeyStore() local
961 passwd = ((PasswordProtection) protParameter) in getKeyStore()
964 passwd = KeyStoreSpi in getKeyStore()
976 ks.load(fis, passwd); in getKeyStore()
/libcore/luni/src/main/java/java/lang/
DSystem.java758 StructPasswd passwd = Libcore.os.getpwuid(Libcore.os.getuid()); in initUnchangeableSystemProperties() local
759 p.put("user.name", passwd.pw_name); in initUnchangeableSystemProperties()
/libcore/luni/src/main/native/
Dlibcore_io_Posix.cpp281 static jobject makeStructPasswd(JNIEnv* env, const struct passwd& pw) { in makeStructPasswd()
434 struct passwd* get() { in get()
451 struct passwd mPwd;
452 struct passwd* mResult;