Searched refs:isCorrupt (Results 1 - 3 of 3) sorted by relevance
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
H A D | ExtractEngine.cpp | 97 bool showProgress, bool &isCorrupt, UString &errorMessage)
in ExtractArchive() 99 isCorrupt = false;
in ExtractArchive() 133 isCorrupt = t.ExtractCallbackSpec->_isCorrupt;
in ExtractArchive() 96 ExtractArchive(CCodecs *codecs, const FString &fileName, const FString &destFolder, bool showProgress, bool &isCorrupt, UString &errorMessage) ExtractArchive() argument
|
H A D | SfxSetup.cpp | 231 bool isCorrupt = false;
in WinMain() local 234 isCorrupt, errorMessage);
in WinMain() 240 if (result == S_FALSE || isCorrupt)
in WinMain()
|
H A D | ExtractEngine.h | 9 bool showProgress, bool &isCorrupt, UString &errorMessage);
|
Completed in 2 milliseconds