Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp201 static const char * const kCrcFailedEncrypted = "CRC Failed in encrypted file. Wrong password?"; variable
408 s = (encrypted ? kCrcFailedEncrypted : kCrcFailed); in SetExtractErrorMessage()