Searched refs:PasswordIsDefined (Results 1 - 14 of 14) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
H A DOpenCallbackConsole.h17 bool PasswordIsDefined; member in class:COpenCallbackConsole
20 COpenCallbackConsole(): PasswordIsDefined(false), PasswordWasAsked(false) {}
H A DOpenCallbackConsole.cpp33 if (!PasswordIsDefined)
36 PasswordIsDefined = true;
43 if (PasswordIsDefined)
H A DUpdateCallbackConsole.h26 bool PasswordIsDefined; member in class:CUpdateCallbackConsole
34 PasswordIsDefined(false),
H A DUpdateCallbackConsole.cpp208 if (!PasswordIsDefined)
213 PasswordIsDefined = true;
216 *passwordIsDefined = BoolToInt(PasswordIsDefined);
232 if (!PasswordIsDefined)
236 PasswordIsDefined = true;
H A DExtractCallbackConsole.cpp143 PasswordIsDefined = true;
150 if (!PasswordIsDefined)
153 PasswordIsDefined = true;
H A DExtractCallbackConsole.h51 bool PasswordIsDefined; member in class:CExtractCallbackConsole
H A DMain.cpp389 ecs->PasswordIsDefined = options.PasswordEnabled;
399 openCallback.PasswordIsDefined = options.PasswordEnabled;
502 openCallback.PasswordIsDefined = passwordIsDefined;
510 callback.PasswordIsDefined = passwordIsDefined;
H A DList.cpp457 openCallback.PasswordIsDefined = passwordEnabled;
/external/lzma/CPP/7zip/Archive/7z/
H A D7zCompressionMode.h37 bool PasswordIsDefined; member in struct:NArchive::N7z::CCompressionMethodMode
40 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); }
41 CCompressionMethodMode(): PasswordIsDefined(false)
H A D7zHandlerOut.cpp343 methodMode.PasswordIsDefined = IntToBool(passwordIsDefined);
344 if (methodMode.PasswordIsDefined)
348 methodMode.PasswordIsDefined = false;
354 if (methodMode.PasswordIsDefined)
365 headerMethod.PasswordIsDefined = methodMode.PasswordIsDefined;
H A D7zUpdate.cpp835 groups[GetGroupIndex(method.PasswordIsDefined, filteredGroup)].Indices.Add(i);
847 if (options.Method->PasswordIsDefined)
883 if (!method.PasswordIsDefined)
889 method.PasswordIsDefined = true;
894 method.PasswordIsDefined = false;
H A D7zEncode.cpp295 if (!_options.PasswordIsDefined)
391 if (_options.PasswordIsDefined)
H A D7zOut.cpp767 if (options->PasswordIsDefined || headerOptions.CompressMainHeader)
792 encryptOptions.PasswordIsDefined = options->PasswordIsDefined;
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp118 bool PasswordIsDefined; member in class:CArchiveOpenCallback
121 CArchiveOpenCallback() : PasswordIsDefined(false) {}
136 if (!PasswordIsDefined)
140 // PasswordIsDefined = true;
204 bool PasswordIsDefined; member in class:CArchiveExtractCallback
207 CArchiveExtractCallback() : PasswordIsDefined(false) {}
403 if (!PasswordIsDefined)
407 // PasswordIsDefined = true;
464 bool PasswordIsDefined; member in class:CArchiveUpdateCallback
473 CArchiveUpdateCallback(): PasswordIsDefined(fals
[all...]

Completed in 128 milliseconds