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

  /external/lzma/CPP/7zip/UI/Console/
OpenCallbackConsole.h 18 bool PasswordIsDefined;
21 COpenCallbackConsole(): PasswordIsDefined(false), PasswordWasAsked(false) {}
ExtractCallbackConsole.h 60 bool PasswordIsDefined;
UpdateCallbackConsole.h 52 bool PasswordIsDefined;
60 PasswordIsDefined(false),
  /external/lzma/CPP/7zip/Archive/7z/
7zCompressionMode.h 36 bool PasswordIsDefined;
39 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); }
40 CCompressionMethodMode(): PasswordIsDefined(false)
  /external/lzma/CPP/7zip/UI/FileManager/
ExtractCallback.h 293 bool PasswordIsDefined;
300 PasswordIsDefined(false),
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 141 bool PasswordIsDefined;
144 CArchiveOpenCallback() : PasswordIsDefined(false) {}
159 if (!PasswordIsDefined)
163 // PasswordIsDefined = true;
229 bool PasswordIsDefined;
232 CArchiveExtractCallback() : PasswordIsDefined(false) {}
452 if (!PasswordIsDefined)
456 // PasswordIsDefined = true;
503 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
513 bool PasswordIsDefined;
    [all...]

Completed in 1794 milliseconds