HomeSort by relevance Sort by last modified time
    Searched defs:PasswordIsDefined (Results 1 - 5 of 5) sorted by null

  /external/lzma/CPP/7zip/UI/Console/
OpenCallbackConsole.h 17 bool PasswordIsDefined;
20 COpenCallbackConsole(): PasswordIsDefined(false), PasswordWasAsked(false) {}
ExtractCallbackConsole.h 51 bool PasswordIsDefined;
UpdateCallbackConsole.h 26 bool PasswordIsDefined;
34 PasswordIsDefined(false),
  /external/lzma/CPP/7zip/Archive/7z/
7zCompressionMode.h 37 bool PasswordIsDefined;
40 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); }
41 CCompressionMethodMode(): PasswordIsDefined(false)
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 118 bool PasswordIsDefined;
121 CArchiveOpenCallback() : PasswordIsDefined(false) {}
136 if (!PasswordIsDefined)
140 // PasswordIsDefined = true;
204 bool PasswordIsDefined;
207 CArchiveExtractCallback() : PasswordIsDefined(false) {}
403 if (!PasswordIsDefined)
407 // PasswordIsDefined = true;
454 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
464 bool PasswordIsDefined;
    [all...]

Completed in 146 milliseconds