Searched defs:passwordIsDefined (Results 1 - 7 of 7) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zExtract.cpp219 bool passwordIsDefined; local
235 , getTextPassword, passwordIsDefined
H A D7zHandlerOut.cpp341 Int32 passwordIsDefined; local
342 RINOK(getPassword2->CryptoGetTextPassword2(&passwordIsDefined, &password));
343 methodMode.PasswordIsDefined = IntToBool(passwordIsDefined);
H A D7zUpdate.cpp612 bool passwordIsDefined; local
623 , GetTextPassword, passwordIsDefined
/external/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp237 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) argument
240 return Callback->CryptoGetTextPassword2(passwordIsDefined, password);
/external/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp197 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) argument
203 *passwordIsDefined = false;
216 *passwordIsDefined = BoolToInt(PasswordIsDefined);
H A DMain.cpp500 bool passwordIsDefined = local
502 openCallback.PasswordIsDefined = passwordIsDefined;
510 callback.PasswordIsDefined = passwordIsDefined;
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp454 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
629 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) argument
642 *passwordIsDefined = BoolToInt(PasswordIsDefined);

Completed in 2186 milliseconds