Home
last modified time | relevance | path

Searched refs:GetPassword (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Host/posix/
DHostInfoPosix.cpp60 static llvm::Optional<PasswdEntry> GetPassword(id_t uid) { in GetPassword() function
83 if (llvm::Optional<PasswdEntry> password = GetPassword(uid)) in DoGetUserName()
127 if (llvm::Optional<PasswdEntry> password = GetPassword(::geteuid())) in GetDefaultShell()
/external/lzma/CPP/7zip/UI/Console/
DUserInputUtils.cpp62 static bool GetPassword(CStdOutStream *outStream, UString &psw) in GetPassword() function
103 if (!GetPassword(outStream, psw)) in GetPassword_HRESULT()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser.h68 ByteString GetPassword() const { return m_Password; } in GetPassword() function
Dcpdf_parser.cpp249 if (!pSecurityHandler->OnInit(pEncryptDict, GetIDArray(), GetPassword())) in SetEncryptHandler()
824 return GetSecurityHandler()->GetEncodedPassword(GetPassword().AsStringView()); in GetEncodedPassword()