Searched refs:PasswdEntry (Results 1 – 1 of 1) sorted by relevance
64 struct PasswdEntry { struct69 static llvm::Optional<PasswdEntry> GetPassword(id_t uid) { in GetPassword() argument76 return PasswdEntry{user_info_ptr->pw_name, user_info_ptr->pw_shell}; in GetPassword()85 return PasswdEntry{user_info_ptr->pw_name, user_info_ptr->pw_shell}; in GetPassword()92 if (llvm::Optional<PasswdEntry> password = GetPassword(uid)) in DoGetUserName()136 if (llvm::Optional<PasswdEntry> password = GetPassword(::geteuid())) in GetDefaultShell()