Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractCallbackSfx.cpp20 static LPCSTR const kUnsupportedMethod = "Unsupported Method"; variable
228 case NArchive::NExtract::NOperationResult::kUnsupportedMethod: in SetOperationResult()
229 _message = kUnsupportedMethod; in SetOperationResult()
/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp199 static const char * const kUnsupportedMethod = "Unsupported Method"; variable
404 case NArchive::NExtract::NOperationResult::kUnsupportedMethod: in SetExtractErrorMessage()
405 s = kUnsupportedMethod; in SetExtractErrorMessage()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp215 static const char * const kUnsupportedMethod = "Unsupported Method"; variable
434 case NArchive::NExtract::NOperationResult::kUnsupportedMethod: in SetOperationResult()
435 s = kUnsupportedMethod; in SetOperationResult()
/external/lzma/CPP/7zip/Archive/7z/
D7zExtract.cpp386 resOp = NExtract::NOperationResult::kUnsupportedMethod; in Extract()
/external/lzma/CPP/7zip/Archive/
DIArchive.h78 kUnsupportedMethod, enumerator
DLzmaHandler.cpp588 opResult = NExtract::NOperationResult::kUnsupportedMethod; in Extract()
DXzHandler.cpp964 opRes = NExtract::NOperationResult::kUnsupportedMethod; in Get_Extract_OperationResult()
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp277 case NArchive::NExtract::NOperationResult::kUnsupportedMethod: in SetExtractErrorMessage()