Searched refs:StringToBstr (Results 1 - 6 of 6) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | OpenCallbackConsole.cpp | 93 return StringToBstr(Password, password);
in Open_CryptoGetTextPassword()
|
H A D | UpdateCallbackConsole.cpp | 725 return StringToBstr(Password, password);
in CryptoGetTextPassword2() 751 return StringToBstr(Password, password);
in CryptoGetTextPassword()
|
/third_party/lzma/CPP/7zip/UI/Client7z/ |
H A D | Client7z.cpp | 213 return StringToBstr(Password, password);
in CryptoGetTextPassword() 583 return StringToBstr(Password, password);
in CryptoGetTextPassword() 796 return StringToBstr(Password, password);
in CryptoGetTextPassword2()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ExtractCallback.cpp | 688 return StringToBstr(Password, password);
in CryptoGetTextPassword() 704 // RINOK(StringToBstr(destPath, destPathResult));
in AskWrite() 790 return StringToBstr(destPathResultTemp, destPathResult);
in AskWrite()
|
/third_party/lzma/CPP/Common/ |
H A D | MyCom.h | 77 inline HRESULT StringToBstr(LPCOLESTR src, BSTR *bstr)
in StringToBstr() function
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zUpdate.cpp | 1786 return StringToBstr(Password, password);
in CryptoGetTextPassword()
|
Completed in 10 milliseconds