Searched refs:isCorrupt (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractEngine.h9 bool showProgress, bool &isCorrupt, UString &errorMessage);
H A DExtractEngine.cpp101 bool showProgress, bool &isCorrupt, UString &errorMessage)
103 isCorrupt = false;
135 isCorrupt = t.ExtractCallbackSpec->_isCorrupt;
100 ExtractArchive(CCodecs *codecs, const FString &fileName, const FString &destFolder, bool showProgress, bool &isCorrupt, UString &errorMessage) argument
H A DSfxSetup.cpp228 bool isCorrupt = false; local
231 isCorrupt, errorMessage);
237 if (result == S_FALSE || isCorrupt)

Completed in 365 milliseconds