Home
last modified time | relevance | path

Searched refs:kUnsupportedMethod (Results 1 - 9 of 9) sorted by relevance

/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractCallbackSfx.cpp20 static LPCSTR const kUnsupportedMethod = "Unsupported Method"; variable
228 case NArchive::NExtract::NOperationResult::kUnsupportedMethod: in SetOperationResult()
229 _message = kUnsupportedMethod; in SetOperationResult()
/third_party/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp228 static const char * const kUnsupportedMethod = "Unsupported Method"; variable
515 case NArchive::NExtract::NOperationResult::kUnsupportedMethod: in SetOperationResult()
516 s = kUnsupportedMethod; in SetOperationResult()
/third_party/lzma/CPP/7zip/UI/Console/
H A DExtractCallbackConsole.cpp211 static const char * const kUnsupportedMethod = "Unsupported Method"; variable
424 case NArchive::NExtract::NOperationResult::kUnsupportedMethod: in SetExtractErrorMessage()
425 s = kUnsupportedMethod; in SetExtractErrorMessage()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zExtract.cpp407 resOp = NExtract::NOperationResult::kUnsupportedMethod; in Extract()
/third_party/lzma/CPP/7zip/Archive/
H A DIArchive.h137 kUnsupportedMethod, enumerator
H A DLzmaHandler.cpp570 opResult = NExtract::NOperationResult::kUnsupportedMethod;
H A DXzHandler.cpp1008 opRes = NExtract::NOperationResult::kUnsupportedMethod; in Get_Extract_OperationResult()
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DExtractCallback.cpp280 case NArchive::NExtract::NOperationResult::kUnsupportedMethod: in SetExtractErrorMessage()
/third_party/lzma/CPP/7zip/UI/Common/
H A DHashCalc.cpp1627 Int32 opRes = NArchive::NExtract::NOperationResult::kUnsupportedMethod; in Extract()

Completed in 11 milliseconds