Home
last modified time | relevance | path

Searched refs:kDataErrorEncrypted (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp203 static const char * const kDataErrorEncrypted = "Data Error in encrypted file. Wrong password?"; variable
411 s = (encrypted ? kDataErrorEncrypted : kDataError); in SetExtractErrorMessage()